Searched refs:chacha_crypt_arch (Results 1 – 10 of 10) sorted by relevance
| /linux/lib/crypto/ |
| H A D | chacha.c | 37 #define chacha_crypt_arch chacha_crypt_generic macro 44 chacha_crypt_arch(state, dst, src, bytes, nrounds); in chacha_crypt()
|
| /linux/lib/crypto/mips/ |
| H A D | chacha.h | 10 asmlinkage void chacha_crypt_arch(struct chacha_state *state,
|
| H A D | chacha-core.S | 199 .globl chacha_crypt_arch symbol 200 .ent chacha_crypt_arch 201 chacha_crypt_arch: label 417 .end chacha_crypt_arch
|
| /linux/lib/crypto/s390/ |
| H A D | chacha.h | 17 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
|
| /linux/lib/crypto/riscv/ |
| H A D | chacha.h | 21 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
|
| /linux/lib/crypto/powerpc/ |
| H A D | chacha.h | 51 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
|
| /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()
|
| /linux/lib/crypto/arm64/ |
| H A D | chacha.h | 72 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
|
| /linux/lib/crypto/arm/ |
| H A D | chacha.h | 75 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
|
| /linux/lib/crypto/x86/ |
| H A D | chacha.h | 139 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
|