SYNOPSIS
- int crypto_akcipher_encrypt(struct akcipher_request * req);
ARGUMENTS
req
-
- asymmetric key request
DESCRIPTION
Function invokes the specific public key encrypt operation for a given public key algorithm
RETURN
zero on success; error code in case of error
COPYRIGHT