other versions
- stretch 4.9.168-1
CRYPTO_SKCIPHER_REQT(9) | Programming Interface | CRYPTO_SKCIPHER_REQT(9) |
NAME¶
crypto_skcipher_reqtfm - obtain cipher handle from requestSYNOPSIS¶
struct crypto_skcipher * crypto_skcipher_reqtfm(struct skcipher_request * req);
ARGUMENTS¶
reqskcipher_request out of which the cipher handle is to be
obtained
DESCRIPTION¶
Return the crypto_skcipher handle when furnishing an skcipher_request data structure.RETURN¶
crypto_skcipher handleAUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |