Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dchacha_generic.c16 const struct chacha_ctx *ctx, const u8 *iv) in chacha_stream_xor()
43 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_chacha_crypt()
51 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_xchacha_crypt()
52 struct chacha_ctx subctx; in crypto_xchacha_crypt()
75 .base.cra_ctxsize = sizeof(struct chacha_ctx),
90 .base.cra_ctxsize = sizeof(struct chacha_ctx),
105 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/openbmc/linux/arch/mips/crypto/
H A Dchacha-glue.c30 const struct chacha_ctx *ctx, const u8 *iv) in chacha_mips_stream_xor()
57 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_mips()
65 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in xchacha_mips()
66 struct chacha_ctx subctx; in xchacha_mips()
86 .base.cra_ctxsize = sizeof(struct chacha_ctx),
101 .base.cra_ctxsize = sizeof(struct chacha_ctx),
116 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/openbmc/linux/arch/powerpc/crypto/
H A Dchacha-p10-glue.c88 const struct chacha_ctx *ctx, const u8 *iv) in chacha_p10_stream_xor()
127 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_p10()
135 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in xchacha_p10()
136 struct chacha_ctx subctx; in xchacha_p10()
155 .base.cra_ctxsize = sizeof(struct chacha_ctx),
170 .base.cra_ctxsize = sizeof(struct chacha_ctx),
185 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/openbmc/linux/arch/arm/crypto/
H A Dchacha-glue.c110 const struct chacha_ctx *ctx, const u8 *iv, in chacha_stream_xor()
146 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in do_chacha()
164 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in do_xchacha()
165 struct chacha_ctx subctx; in do_xchacha()
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),
/openbmc/linux/arch/arm64/crypto/
H A Dchacha-neon-glue.c105 const struct chacha_ctx *ctx, const u8 *iv) in chacha_neon_stream_xor()
141 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_neon()
149 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in xchacha_neon()
150 struct chacha_ctx subctx; in xchacha_neon()
169 .base.cra_ctxsize = sizeof(struct chacha_ctx),
185 .base.cra_ctxsize = sizeof(struct chacha_ctx),
201 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/openbmc/linux/arch/x86/crypto/
H A Dchacha_glue.c164 const struct chacha_ctx *ctx, const u8 *iv) in chacha_simd_stream_xor()
201 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_simd()
209 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in xchacha_simd()
211 struct chacha_ctx subctx; in xchacha_simd()
236 .base.cra_ctxsize = sizeof(struct chacha_ctx),
251 .base.cra_ctxsize = sizeof(struct chacha_ctx),
266 .base.cra_ctxsize = sizeof(struct chacha_ctx),
/openbmc/linux/include/crypto/internal/
H A Dchacha.h10 struct chacha_ctx { struct
18 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_setkey() argument
/openbmc/linux/arch/s390/crypto/
H A Dchacha-glue.c37 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha20_s390()
99 .base.cra_ctxsize = sizeof(struct chacha_ctx),