Searched refs:chacha20_ctx (Results 1 – 5 of 5) sorted by relevance
38 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),
18 struct chacha20_ctx { struct23 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv); argument
71 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha20_neon()102 .base.cra_ctxsize = sizeof(struct chacha20_ctx),
63 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha20_neon()96 .base.cra_ctxsize = sizeof(struct chacha20_ctx),
69 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha20_simd()109 .base.cra_ctxsize = sizeof(struct chacha20_ctx),