Scroll to navigation

CRYPTO_AKCIPHER_ENCR(9) Programming Interface CRYPTO_AKCIPHER_ENCR(9)

NAME

crypto_akcipher_encrypt - Invoke public key encrypt operation

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

AUTHORS

Stephan Mueller <smueller@chronox.de>
Author.
Marek Vasut <marek@denx.de>
Author.

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.