Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dchacha20.h15 struct chacha20_ctx { struct
19 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv); argument
/linux-4.4.14/crypto/
Dchacha20_generic.c104 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv) in crypto_chacha20_init()
130 struct chacha20_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_chacha20_setkey()
179 .cra_ctxsize = sizeof(struct chacha20_ctx),
/linux-4.4.14/arch/x86/crypto/
Dchacha20_glue.c110 .cra_ctxsize = sizeof(struct chacha20_ctx),