Searched refs:chacha_ctx (Results 1 – 1 of 1) sorted by relevance
15 struct chacha_ctx { struct23 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_setkey() argument49 const struct chacha_ctx *ctx, in chacha_stream_xor()82 const struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_chacha_crypt_generic()99 struct chacha_ctx subctx; in crypto_xchacha_crypt()135 .base.cra_ctxsize = sizeof(struct chacha_ctx),151 .base.cra_ctxsize = sizeof(struct chacha_ctx),167 .base.cra_ctxsize = sizeof(struct chacha_ctx),183 .base.cra_ctxsize = sizeof(struct chacha_ctx),199 .base.cra_ctxsize = sizeof(struct chacha_ctx),[all …]
Completed in 3 milliseconds