Searched defs:nrounds (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/lib/ |
D | chacha.c | 15 static void chacha_permute(u32 *x, int nrounds) in chacha_permute() 75 void chacha_block(u32 *state, u8 *stream, int nrounds) in chacha_block() 102 void hchacha_block(const u32 *in, u32 *out, int nrounds) in hchacha_block()
|
/Linux-v5.4/crypto/ |
D | chacha_generic.c | 16 unsigned int bytes, int nrounds) in chacha_docrypt() 81 unsigned int keysize, int nrounds) in chacha_setkey()
|
/Linux-v5.4/include/crypto/ |
D | chacha.h | 34 int nrounds; member
|
/Linux-v5.4/arch/arm/crypto/ |
D | chacha-neon-glue.c | 40 unsigned int bytes, int nrounds) in chacha_doneon()
|
/Linux-v5.4/arch/arm64/crypto/ |
D | chacha-neon-glue.c | 40 int bytes, int nrounds) in chacha_doneon()
|
D | ghash-ce-glue.c | 428 int nrounds = num_rounds(&ctx->aes_key); in gcm_encrypt() local 548 int nrounds = num_rounds(&ctx->aes_key); in gcm_decrypt() local
|
/Linux-v5.4/arch/x86/crypto/ |
D | chacha_glue.c | 50 unsigned int bytes, int nrounds) in chacha_dosimd()
|