Home
last modified time | relevance | path

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

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