other versions
ABLKCIPHER_REQUEST_S(9) | Programming Interface | ABLKCIPHER_REQUEST_S(9) |
NAME¶
ablkcipher_request_set_tfm - update cipher handle reference in request
SYNOPSIS¶
void ablkcipher_request_set_tfm(struct ablkcipher_request * req, struct crypto_ablkcipher * 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 ablkcipher handle in the request data structure with a different one.
AUTHORS¶
Stephan Mueller <smueller@chronox.de>
Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.9. |