other versions
CRYPTO_AKCIPHER_VERI(9) | Programming Interface | CRYPTO_AKCIPHER_VERI(9) |
NAME¶
crypto_akcipher_verify - Invoke public key verify operation
SYNOPSIS¶
int crypto_akcipher_verify(struct akcipher_request * req);
ARGUMENTS¶
req
asymmetric key request
DESCRIPTION¶
Function invokes the specific public key verify operation for a given public key algorithm
RETURN¶
zero on success; error code in case of error
AUTHORS¶
Stephan Mueller <smueller@chronox.de>
Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.9. |