Searched defs:chacha_crypt_arch (Results 1 – 8 of 8) sorted by relevance
/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/arm64/ |
H A D | chacha.h | 74 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/lib/crypto/ |
H A D | chacha.c | 37 #define chacha_crypt_arch chacha_crypt_generic macro
|
/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
|
/linux/lib/crypto/arm/ |
H A D | chacha.h | 77 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
|
/linux/lib/crypto/mips/ |
H A D | chacha-core.S | 199 .globl chacha_crypt_arch symbol 201 chacha_crypt_arch: label
|