Function report |
Source Code:lib\crypto\chacha.c |
Create Date:2022-07-28 06:43:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:chacha_permute
Proto:static void chacha_permute(u32 *x, int nrounds)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
u32 * | x | |
int | nrounds |
22 | WARN_ON_ONCE(nrounds != 20 && nrounds != 12) |
Name | Describe |
---|---|
chacha_block_generic | hacha_block - generate one keystream block and increment block counter*@state: input state matrix (16 32-bit words)*@stream: output keystream block (64 bytes)*@nrounds: number of rounds (20 or 12; 20 is recommended) |
hchacha_block_generic | hchacha_block_generic - abbreviated ChaCha core, for XChaCha*@state: input state matrix (16 32-bit words)*@out: output (8 32-bit words)*@nrounds: number of rounds (20 or 12; 20 is recommended)* HChaCha is the ChaCha equivalent of HSalsa and is an |
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 |