Searched refs:chacha_crypt_arch (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/crypto/ |
| H A D | chacha.h | 82 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, 91 chacha_crypt_arch(state, dst, src, bytes, nrounds); in chacha_crypt()
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | chacha-glue.c | 72 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_arch() function 85 EXPORT_SYMBOL(chacha_crypt_arch);
|
| /linux-6.15/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
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A 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 79 EXPORT_SYMBOL(chacha_crypt_arch);
|
| /linux-6.15/arch/arm64/crypto/ |
| H A 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 96 EXPORT_SYMBOL(chacha_crypt_arch);
|
| /linux-6.15/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()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | chacha_glue.c | 136 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function 155 EXPORT_SYMBOL(chacha_crypt_arch);
|
| /linux-6.15/arch/arm/crypto/ |
| H A D | chacha-glue.c | 79 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() function 101 EXPORT_SYMBOL(chacha_crypt_arch);
|