Searched defs:chacha_crypt_arch (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-glue.c | 78 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_arch() function
|
/openbmc/linux/arch/arm64/crypto/ |
H A 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
|
/openbmc/linux/arch/x86/crypto/ |
H A D | chacha_glue.c | 142 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | chacha-p10-glue.c | 66 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/openbmc/linux/arch/arm/crypto/ |
H A D | chacha-glue.c | 85 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function
|
/openbmc/linux/arch/mips/crypto/ |
H A D | chacha-core.S | 205 chacha_crypt_arch: label
|