other versions
- stretch 4.9.168-1
CRYPTO_AKCIPHER_VERI(9) | Programming Interface | CRYPTO_AKCIPHER_VERI(9) |
NAME¶
crypto_akcipher_verify - Invoke public key verify operationSYNOPSIS¶
int crypto_akcipher_verify(struct akcipher_request * req);
ARGUMENTS¶
reqasymmetric key request
DESCRIPTION¶
Function invokes the specific public key verify operation for a given public key algorithmRETURN¶
zero on success; error code in case of errorAUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |