Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dchacha20_generic.c38 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv) in crypto_chacha20_init()
62 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_chacha20_setkey()
78 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_chacha20_crypt()
107 .base.cra_ctxsize = sizeof(struct chacha20_ctx),
/Linux-v4.19/include/crypto/
Dchacha20.h18 struct chacha20_ctx { struct
23 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv); argument
/Linux-v4.19/arch/arm64/crypto/
Dchacha20-neon-glue.c71 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha20_neon()
102 .base.cra_ctxsize = sizeof(struct chacha20_ctx),
/Linux-v4.19/arch/arm/crypto/
Dchacha20-neon-glue.c63 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha20_neon()
96 .base.cra_ctxsize = sizeof(struct chacha20_ctx),
/Linux-v4.19/arch/x86/crypto/
Dchacha20_glue.c69 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha20_simd()
109 .base.cra_ctxsize = sizeof(struct chacha20_ctx),