Searched refs:chacha_crypt_generic (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/crypto/ |
| H A D | libchacha.c | 15 void chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_generic() function 33 EXPORT_SYMBOL(chacha_crypt_generic);
|
| /linux-6.15/include/crypto/ |
| H A D | chacha.h | 84 void chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, 93 chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt()
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | chacha-p10-glue.c | 51 chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_p10_do_8x() 65 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch() 101 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha_p10_stream_xor()
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | chacha-glue.c | 52 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha20_s390() 80 chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch()
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | chacha-neon-glue.c | 82 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch() 117 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha_neon_stream_xor()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | chacha_glue.c | 141 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch() 176 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha_simd_stream_xor()
|
| /linux-6.15/crypto/ |
| H A D | chacha_generic.c | 32 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha_stream_xor()
|