Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:chacha20_crypt

Proto:static inline void chacha20_crypt(u32 *state, u8 *dst, const u8 *src, unsigned int bytes)

Type:void

Parameter:

TypeParameterName
u32 *state
u8 *dst
const u8 *src
unsigned intbytes
100  chacha_crypt(state, dst, src, bytes, 20)
Caller
NameDescribe
__chacha20poly1305_encrypt
__chacha20poly1305_decrypt
chacha20poly1305_crypt_sg_inplace