Searched defs:chacha_crypt_arch (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/s390/crypto/ |
D | chacha-glue.c | 78 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_arch() function
|
/linux-6.1.9/arch/arm64/crypto/ |
D | chacha-neon-glue.c | 83 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/linux-6.1.9/arch/x86/crypto/ |
D | chacha_glue.c | 142 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/linux-6.1.9/arch/arm/crypto/ |
D | chacha-glue.c | 85 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/linux-6.1.9/arch/mips/crypto/ |
D | chacha-core.S | 205 chacha_crypt_arch: label
|