skcipher_request_set_tfm (9) Linux Manual Page
skcipher_request_set_tfm – update cipher handle reference in request
Synopsis
void skcipher_request_set_tfm(struct skcipher_request *req, struct crypto_skcipher *tfm);
Arguments
req
-
- request handle to be modified
tfm
- cipher handle that shall be added to the request handle
Description
Allow the caller to replace the existing skcipher handle in the request data structure with a different one.
Authors
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
