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:chacha_crypt

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

Type:void

Parameter:

TypeParameterName
u32 *state
u8 *dst
const u8 *src
unsigned intbytes
intnrounds
91  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA) Then chacha_crypt_arch(state, dst, src, bytes, nrounds)
93  Else chacha_crypt_generic(state, dst, src, bytes, nrounds)