Searched refs:chacha_crypt_generic (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/crypto/ |
| H A D | chacha.c | 15 chacha_crypt_generic(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_generic() function 37 #define chacha_crypt_arch chacha_crypt_generic
|
| /linux/lib/crypto/powerpc/ |
| H A D | chacha.h | 46 chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_p10_do_8x() 56 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch()
|
| /linux/lib/crypto/s390/ |
| H A D | chacha.h | 25 chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch()
|
| /linux/lib/crypto/riscv/ |
| H A D | chacha.h | 29 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch()
|
| /linux/lib/crypto/arm64/ |
| H A D | chacha.h | 77 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch()
|
| /linux/lib/crypto/x86/ |
| H A D | chacha.h | 144 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch()
|