other versions
- stretch 4.9.168-1
AEAD_REQUEST_SET_TFM(9) | Programming Interface | AEAD_REQUEST_SET_TFM(9) |
NAME¶
aead_request_set_tfm - update cipher handle reference in requestSYNOPSIS¶
void aead_request_set_tfm(struct aead_request * req, struct crypto_aead * tfm);
ARGUMENTS¶
reqrequest handle to be modified
tfm
cipher handle that shall be added to the request
handle
DESCRIPTION¶
Allow the caller to replace the existing aead handle in the request data structure with a different one.AUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |