crypto_ablkcipher_reqtfm (9) Linux Manual Page
crypto_ablkcipher_reqtfm – obtain cipher handle from request
Synopsis
struct crypto_ablkcipher *crypto_ablkcipher_reqtfm(struct ablkcipher_request *req);
Arguments
req
-
- ablkcipher_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 handle
Authors
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
