Searched refs:hchacha_block (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | chacha.h | 42 static inline void hchacha_block(const u32 *state, u32 *out, int nrounds) in hchacha_block() function
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | chacha.h | 42 static inline void hchacha_block(const u32 *state, u32 *out, int nrounds) in hchacha_block() function
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | chacha-glue.c | 72 hchacha_block(state, subctx.key, ctx->nrounds); in xchacha_mips()
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | chacha-glue.c | 72 hchacha_block(state, subctx.key, ctx->nrounds); in xchacha_mips()
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | chacha20poly1305.c | 48 hchacha_block(chacha_state, k, 20); in xchacha_init()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | chacha20poly1305.c | 48 hchacha_block(chacha_state, k, 20); in xchacha_init()
|
Completed in 4 milliseconds