Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skcipher_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 skcipher handle in the request

Proto:static inline void skcipher_request_set_tfm(struct skcipher_request *req, struct crypto_skcipher *tfm)

Type:void

Parameter:

TypeParameterName
struct skcipher_request *req
struct crypto_skcipher *tfm
469  tfm = crypto_skcipher_tfm(tfm)