Searched refs:chacha_crypt_arch (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/crypto/ |
H A D | chacha.h | 91 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, 100 chacha_crypt_arch(state, dst, src, bytes, nrounds); in chacha_crypt()
|
/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 91 EXPORT_SYMBOL(chacha_crypt_arch);
|
/openbmc/linux/arch/mips/crypto/ |
H A D | chacha-glue.c | 16 asmlinkage void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, 18 EXPORT_SYMBOL(chacha_crypt_arch);
|
H A D | chacha-core.S | 203 .globl chacha_crypt_arch 204 .ent chacha_crypt_arch 205 chacha_crypt_arch: label 423 .end chacha_crypt_arch
|
/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 85 EXPORT_SYMBOL(chacha_crypt_arch);
|
/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 102 EXPORT_SYMBOL(chacha_crypt_arch);
|
/openbmc/linux/tools/testing/crypto/chacha20-s390/ |
H A D | test-cipher.c | 72 chacha_crypt_arch(chacha_state, cipher, plain, data_size, 20); in test_lib_chacha() 87 chacha_crypt_arch(chacha_state, revert, cipher, data_size, 20); in test_lib_chacha()
|
/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 161 EXPORT_SYMBOL(chacha_crypt_arch);
|
/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 107 EXPORT_SYMBOL(chacha_crypt_arch);
|