aead_request_set_tfm — update cipher handle reference in request
void aead_request_set_tfm (
)
req
request handle to be modified
tfm
cipher handle that shall be added to the request handle
Allow the caller to replace the existing aead handle in the request data structure with a different one.