Searched defs:chacha_permute (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/arch/arm/crypto/ | ||
D | chacha-neon-core.S | 66 chacha_permute: label |
/linux-5.10/lib/crypto/ | ||
D | chacha.c | 16 static void chacha_permute(u32 *x, int nrounds) in chacha_permute() function |