Searched defs:chacha_crypt_arch (Results 1 – 6 of 6) sorted by relevance
/linux-6.15/arch/mips/crypto/ |
D | chacha-core.S | 203 .globl chacha_crypt_arch symbol 205 chacha_crypt_arch: label
|
/linux-6.15/arch/s390/crypto/ |
D | chacha-glue.c | 72 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_arch() function
|
/linux-6.15/arch/arm64/crypto/ |
D | chacha-neon-glue.c | 77 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/linux-6.15/arch/x86/crypto/ |
D | chacha_glue.c | 136 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/linux-6.15/arch/powerpc/crypto/ |
D | chacha-p10-glue.c | 60 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/linux-6.15/arch/arm/crypto/ |
D | chacha-glue.c | 79 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|