Searched refs:chacha_crypt_generic (Results 1 – 7 of 7) sorted by relevance
/linux/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/arch/powerpc/crypto/ |
H A D | chacha-p10-glue.c | 51 chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_p10_do_8x() 71 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch() 107 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha_p10_stream_xor()
|
/linux/include/crypto/ |
H A D | chacha.h | 93 void chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, 102 chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt()
|
/linux/arch/s390/crypto/ |
H A D | chacha-glue.c | 52 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha20_s390() 86 chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch()
|
/linux/arch/arm64/crypto/ |
H A D | chacha-neon-glue.c | 88 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch() 123 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha_neon_stream_xor()
|
/linux/arch/x86/crypto/ |
H A D | chacha_glue.c | 147 return chacha_crypt_generic(state, dst, src, bytes, nrounds); in chacha_crypt_arch() 182 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha_simd_stream_xor()
|
/linux/crypto/ |
H A D | chacha_generic.c | 32 chacha_crypt_generic(state, walk.dst.virt.addr, in chacha_stream_xor()
|