other versions
- stretch 4.9.168-1
CRYPTO_SKCIPHER_ENCR(9) | Programming Interface | CRYPTO_SKCIPHER_ENCR(9) |
NAME¶
crypto_skcipher_encrypt - encrypt plaintextSYNOPSIS¶
int crypto_skcipher_encrypt(struct skcipher_request * req);
ARGUMENTS¶
reqreference to the skcipher_request handle that holds all
information needed to perform the cipher operation
DESCRIPTION¶
Encrypt plaintext 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 occurredAUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |