Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:crypto_skcipher_set_flags

Proto:static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, u32 flags)

Type:void

Parameter:

TypeParameterName
struct crypto_skcipher *tfm
u32flags
326  crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags)
Caller
NameDescribe
fscrypt_allocate_skcipherCreate a symmetric cipher object for the given encryption mode and key
derive_key_aesv1 key derivation function