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