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