Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:crypto_has_comp

Proto:static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask)

Type:int

Parameter:

TypeParameterName
const char *alg_name
u32type
u32mask
960  type &= ~Algorithm masks and types.
961  type |= CRYPTO_ALG_TYPE_COMPRESS
962  mask |= Algorithm masks and types.
964  Return crypto_has_alg(alg_name, type, mask)