Function report |
Source Code:include\crypto\chacha.h |
Create Date:2022-07-28 06:43:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:chacha_init
Proto:static inline void chacha_init(u32 *state, const u32 *key, const u8 *iv)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
u32 * | state | |
const u32 * | key | |
const u8 * | iv |
77 | 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_init_arch(state, key, iv) |
79 | Else chacha_init_generic(state, key, iv) |
Name | Describe |
---|---|
xchacha_init | |
chacha20poly1305_encrypt | |
chacha20poly1305_decrypt | |
chacha20poly1305_crypt_sg_inplace |
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 |