函数逻辑报告

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_tfm

函数原型:static inline struct crypto_tfm *crypto_skcipher_tfm(struct crypto_skcipher *tfm)

返回类型:struct crypto_tfm

参数:

类型参数名称
struct crypto_skcipher *tfm
200  返回:base
调用者
名称描述
crypto_free_skcipherrypto_free_skcipher() - zeroize and free cipher handle*@tfm: cipher handle to be freed
crypto_skcipher_driver_name
crypto_skcipher_alg
crypto_skcipher_blocksizerypto_skcipher_blocksize() - obtain block size of cipher*@tfm: cipher handle* The block size for the skcipher referenced with the cipher handle is* returned
crypto_skcipher_alignmask
crypto_skcipher_get_flags
crypto_skcipher_set_flags
crypto_skcipher_clear_flags
skcipher_request_set_tfmskcipher_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
verify_skcipher_des_key
verify_skcipher_des3_key