函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:crypto_comp_cast

函数原型:static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm)

返回类型:struct crypto_comp

参数:

类型参数名称
struct crypto_tfm *tfm
933  BUG_ON((crypto_tfm_alg_type(tfm) ^ CRYPTO_ALG_TYPE_COMPRESS) & Algorithm masks and types.)
935  返回:__crypto_comp_cast(tfm)