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:chacha20_crypt
Proto:static inline void chacha20_crypt(u32 *state, u8 *dst, const u8 *src, unsigned int bytes)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
u32 * | state | |
u8 * | dst | |
const u8 * | src | |
unsigned int | bytes |
100 | chacha_crypt(state, dst, src, bytes, 20) |
Name | Describe |
---|---|
__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 |