Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hchacha_block

Proto:static inline void hchacha_block(const u32 *state, u32 *out, int nrounds)

Type:void

Parameter:

TypeParameterName
const u32 *state
u32 *out
intnrounds
48  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 hchacha_block_arch(state, out, nrounds)
50  Else hchacha_block_generic(state, out, nrounds)
Caller
NameDescribe
xchacha_init