函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:crypto_aead_tfm

函数原型:static inline struct crypto_tfm *crypto_aead_tfm(struct crypto_aead *tfm)

返回类型:struct crypto_tfm

参数:

类型参数名称
struct crypto_aead *tfm
176  返回:base
调用者
名称描述
crypto_free_aeadrypto_free_aead() - zeroize and free aead handle*@tfm: cipher handle to be freed
crypto_aead_alg
crypto_aead_blocksizerypto_aead_blocksize() - obtain block size of cipher*@tfm: cipher handle* The block size for the AEAD referenced with the cipher handle is returned
crypto_aead_alignmask
crypto_aead_get_flags
crypto_aead_set_flags
crypto_aead_clear_flags
aead_request_set_tfmaead_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
verify_aead_des_key
verify_aead_des3_key