Searched refs:crypto_chacha_init (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/crypto/ |
D | chacha_generic.c | 43 crypto_chacha_init(state, ctx, iv); in chacha_stream_xor() 59 void crypto_chacha_init(u32 *state, const struct chacha_ctx *ctx, const u8 *iv) in crypto_chacha_init() function 78 EXPORT_SYMBOL_GPL(crypto_chacha_init); 128 crypto_chacha_init(state, ctx, req->iv); in crypto_xchacha_crypt()
|
/Linux-v5.4/arch/arm/crypto/ |
D | chacha-neon-glue.c | 74 crypto_chacha_init(state, ctx, iv); in chacha_neon_stream_xor() 114 crypto_chacha_init(state, ctx, req->iv); in xchacha_neon()
|
/Linux-v5.4/arch/arm64/crypto/ |
D | chacha-neon-glue.c | 71 crypto_chacha_init(state, ctx, iv); in chacha_neon_stream_xor() 111 crypto_chacha_init(state, ctx, req->iv); in xchacha_neon()
|
/Linux-v5.4/include/crypto/ |
D | chacha.h | 44 void crypto_chacha_init(u32 *state, const struct chacha_ctx *ctx, const u8 *iv);
|
/Linux-v5.4/arch/x86/crypto/ |
D | chacha_glue.c | 136 crypto_chacha_init(state, ctx, iv); in chacha_simd_stream_xor() 201 crypto_chacha_init(state, ctx, req->iv); in xchacha_simd()
|