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