Searched refs:chacha_crypt (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/crypto/ |
D | chacha.h | 96 static inline void chacha_crypt(u32 *state, u8 *dst, const u8 *src, in chacha_crypt() function 108 chacha_crypt(state, dst, src, bytes, 20); in chacha20_crypt()
|
/linux-6.1.9/arch/mips/crypto/ |
D | chacha-glue.c | 46 chacha_crypt(state, walk.dst.virt.addr, walk.src.virt.addr, in chacha_mips_stream_xor()
|