Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:poly1305_init

Proto:static inline void poly1305_init(struct poly1305_desc_ctx *desc, const u8 *key)

Type:void

Parameter:

TypeParameterName
struct poly1305_desc_ctx *desc
const u8 *key
46  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305) Then poly1305_init_arch(desc, key)
48  Else poly1305_init_generic(desc, key)
Caller
NameDescribe
__chacha20poly1305_encrypt
__chacha20poly1305_decrypt
chacha20poly1305_crypt_sg_inplace