Function report |
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 activity | Download SCCT | Chinese |
Name:hchacha_block
Proto:static inline void hchacha_block(const u32 *state, u32 *out, int nrounds)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const u32 * | state | |
u32 * | out | |
int | nrounds |
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) |
Name | Describe |
---|---|
xchacha_init |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |