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

/linux-master/include/crypto/internal/
H A Dchacha.h10 struct chacha_ctx { struct
18 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
/linux-master/crypto/
H A Dchacha_generic.c16 const struct chacha_ctx *ctx, const u8 *iv)
43 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
51 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
52 struct chacha_ctx subctx;
75 .base.cra_ctxsize = sizeof(struct chacha_ctx),
90 .base.cra_ctxsize = sizeof(struct chacha_ctx),
105 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/linux-master/arch/mips/crypto/
H A Dchacha-glue.c30 const struct chacha_ctx *ctx, const u8 *iv)
57 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
65 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
66 struct chacha_ctx subctx;
86 .base.cra_ctxsize = sizeof(struct chacha_ctx),
101 .base.cra_ctxsize = sizeof(struct chacha_ctx),
116 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/linux-master/arch/arm/crypto/
H A Dchacha-glue.c110 const struct chacha_ctx *ctx, const u8 *iv,
146 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
164 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
165 struct chacha_ctx subctx;
201 .base.cra_ctxsize = sizeof(struct chacha_ctx),
216 .base.cra_ctxsize = sizeof(struct chacha_ctx),
231 .base.cra_ctxsize = sizeof(struct chacha_ctx),
250 .base.cra_ctxsize = sizeof(struct chacha_ctx),
266 .base.cra_ctxsize = sizeof(struct chacha_ctx),
282 .base.cra_ctxsize = sizeof(struct chacha_ctx),
[all...]
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c105 const struct chacha_ctx *ctx, const u8 *iv)
141 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
149 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
150 struct chacha_ctx subctx;
169 .base.cra_ctxsize = sizeof(struct chacha_ctx),
185 .base.cra_ctxsize = sizeof(struct chacha_ctx),
201 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/linux-master/arch/powerpc/crypto/
H A Dchacha-p10-glue.c88 const struct chacha_ctx *ctx, const u8 *iv)
127 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
135 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
136 struct chacha_ctx subctx;
155 .base.cra_ctxsize = sizeof(struct chacha_ctx),
170 .base.cra_ctxsize = sizeof(struct chacha_ctx),
185 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/linux-master/arch/x86/crypto/
H A Dchacha_glue.c164 const struct chacha_ctx *ctx, const u8 *iv)
201 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
209 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
211 struct chacha_ctx subctx;
236 .base.cra_ctxsize = sizeof(struct chacha_ctx),
251 .base.cra_ctxsize = sizeof(struct chacha_ctx),
266 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c24 const struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
73 .cra_ctxsize = sizeof(struct chacha_ctx),
/linux-master/arch/s390/crypto/
H A Dchacha-glue.c37 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm);
99 .base.cra_ctxsize = sizeof(struct chacha_ctx),

Completed in 493 milliseconds