函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\crypto\skcipher.h Create Date:2022-07-27 07:44:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:crypto_skcipher_alg

函数原型:static inline struct skcipher_alg *crypto_skcipher_alg(struct crypto_skcipher *tfm)

返回类型:struct skcipher_alg

参数:

类型参数名称
struct crypto_skcipher *tfm
238  返回:container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(__crt_alg, structskcipher_alg, base)
调用者
名称描述
fscrypt_allocate_skcipherCreate a symmetric cipher object for the given encryption mode and key
crypto_skcipher_chunksizerypto_skcipher_chunksize() - obtain chunk size*@tfm: cipher handle* The block size is set to one for ciphers such as CTR. However,* you still need to provide incremental updates in multiples of* the underlying block size as the IV does not have sub-block