Searched refs:chacha20_ctx (Results 1 – 3 of 3) sorted by relevance
15 struct chacha20_ctx { struct19 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv); argument
104 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),
110 .cra_ctxsize = sizeof(struct chacha20_ctx),