Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\crypto\aead.h Create Date:2022-07-28 06:46:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:aead_request_set_tfm() - update cipher handle reference in request*@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

Proto:static inline void aead_request_set_tfm(struct aead_request *req, struct crypto_aead *tfm)

Type:void

Parameter:

TypeParameterName
struct aead_request *req
struct crypto_aead *tfm
379  tfm = crypto_aead_tfm(tfm)