crypto_skcipher_decrypt (9) - Linux Manuals
crypto_skcipher_decrypt: decrypt ciphertext
NAME
crypto_skcipher_decrypt - decrypt ciphertext
SYNOPSIS
-
int crypto_skcipher_decrypt(struct skcipher_request
* req);
ARGUMENTS
req
-
- reference to the skcipher_request handle that holds all information needed to perform the cipher operation
DESCRIPTION
Decrypt ciphertext data using the skcipher_request handle. That data structure and how it is filled with data is discussed with the skcipher_request_* functions.
RETURN
0 if the cipher operation was successful; < 0 if an error occurred
AUTHORS
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
COPYRIGHT