other versions
AHASH_REQUEST_SET_TF(9) | Programming Interface | AHASH_REQUEST_SET_TF(9) |
NAME¶
ahash_request_set_tfm - update cipher handle reference in request
SYNOPSIS¶
void ahash_request_set_tfm(struct ahash_request * req, struct crypto_ahash * 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 ahash handle in the request data structure with a different one.
AUTHORS¶
Stephan Mueller <smueller@chronox.de>
Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |