other versions
- stretch 4.9.168-1
CRYPTO_AHASH_REQTFM(9) | Programming Interface | CRYPTO_AHASH_REQTFM(9) |
NAME¶
crypto_ahash_reqtfm - obtain cipher handle from requestSYNOPSIS¶
struct crypto_ahash * crypto_ahash_reqtfm(struct ahash_request * req);
ARGUMENTS¶
reqasynchronous request handle that contains the reference
to the ahash cipher handle
DESCRIPTION¶
Return the ahash cipher handle that is registered with the asynchronous request handle ahash_request.RETURN¶
ahash cipher handleAUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |