Home
last modified time | relevance | path

Searched refs:chacha_crypt_arch (Results 1 – 10 of 10) sorted by relevance

/linux/lib/crypto/
H A Dchacha.c37 #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 Dchacha.h10 asmlinkage void chacha_crypt_arch(struct chacha_state *state,
H A Dchacha-core.S199 .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 Dchacha.h17 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
/linux/lib/crypto/riscv/
H A Dchacha.h21 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
/linux/lib/crypto/powerpc/
H A Dchacha.h51 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c72 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 Dchacha.h72 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
/linux/lib/crypto/arm/
H A Dchacha.h75 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function
/linux/lib/crypto/x86/
H A Dchacha.h139 static void chacha_crypt_arch(struct chacha_state *state, u8 *dst, in chacha_crypt_arch() function