函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\crypto\chacha.h Create Date:2022-07-27 07:41:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:hchacha_block

函数原型:static inline void hchacha_block(const u32 *state, u32 *out, int nrounds)

返回类型:void

参数:

类型参数名称
const u32 *state
u32 *out
intnrounds
48  如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA)则hchacha_block_arch(state, out, nrounds)
50  否则hchacha_block_generic(state, out, nrounds)
调用者
名称描述
xchacha_init