Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:crypto_alloc_comp

Proto:static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, u32 type, u32 mask)

Type:struct crypto_comp

Parameter:

TypeParameterName
const char *alg_name
u32type
u32mask
941  type &= ~Algorithm masks and types.
942  type |= CRYPTO_ALG_TYPE_COMPRESS
943  mask |= Algorithm masks and types.
945  Return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask))