Searched refs:chacha_ctx (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/crypto/ |
D | chacha_generic.c | 16 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),
|
/linux-6.12.1/arch/mips/crypto/ |
D | chacha-glue.c | 30 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),
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | chacha-p10-glue.c | 88 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),
|
/linux-6.12.1/arch/arm/crypto/ |
D | chacha-glue.c | 110 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),
|
/linux-6.12.1/arch/arm64/crypto/ |
D | chacha-neon-glue.c | 105 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),
|
/linux-6.12.1/arch/x86/crypto/ |
D | chacha_glue.c | 164 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),
|
/linux-6.12.1/include/crypto/internal/ |
D | chacha.h | 10 struct chacha_ctx { struct 18 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_setkey() argument
|
/linux-6.12.1/arch/riscv/crypto/ |
D | chacha-riscv64-glue.c | 24 const struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in riscv64_chacha20_crypt() 73 .cra_ctxsize = sizeof(struct chacha_ctx),
|
/linux-6.12.1/arch/s390/crypto/ |
D | chacha-glue.c | 37 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha20_s390() 99 .base.cra_ctxsize = sizeof(struct chacha_ctx),
|