Function report |
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 activity | Download SCCT | Chinese |
Name:chacha_crypt
Proto:static inline void chacha_crypt(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
u32 * | state | |
u8 * | dst | |
const u8 * | src | |
unsigned int | bytes | |
int | nrounds |
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) |
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 |