crypto_akcipher_verify (9) - Linux Manuals

crypto_akcipher_verify: Invoke public key verify operation

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 [at] chronox.de>

Author.

Marek Vasut <marek [at] denx.de>

Author.

COPYRIGHT