Home
last modified time | relevance | path

Searched refs:crypto_chacha_init (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/crypto/
Dchacha_generic.c43 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/
Dchacha-neon-glue.c74 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/
Dchacha-neon-glue.c71 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/
Dchacha.h44 void crypto_chacha_init(u32 *state, const struct chacha_ctx *ctx, const u8 *iv);
/Linux-v5.4/arch/x86/crypto/
Dchacha_glue.c136 crypto_chacha_init(state, ctx, iv); in chacha_simd_stream_xor()
201 crypto_chacha_init(state, ctx, req->iv); in xchacha_simd()