Home
last modified time | relevance | path

Searched refs:hchacha_block (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/crypto/
Dchacha.h42 static inline void hchacha_block(const u32 *state, u32 *out, int nrounds) in hchacha_block() function
/linux-6.1.9/arch/mips/crypto/
Dchacha-glue.c72 hchacha_block(state, subctx.key, ctx->nrounds); in xchacha_mips()
/linux-6.1.9/lib/crypto/
Dchacha20poly1305.c48 hchacha_block(chacha_state, k, 20); in xchacha_init()