Home
last modified time | relevance | path

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

/linux/crypto/
H A Dchacha.c15 struct chacha_ctx { struct
23 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_setkey() argument
49 const struct chacha_ctx *ctx, in chacha_stream_xor()
77 const struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_chacha_crypt()
85 const struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_xchacha_crypt()
86 struct chacha_ctx subctx; in crypto_xchacha_crypt()
109 .base.cra_ctxsize = sizeof(struct chacha_ctx),
125 .base.cra_ctxsize = sizeof(struct chacha_ctx),
141 .base.cra_ctxsize = sizeof(struct chacha_ctx),