Searched refs:chacha_ctx (Results 1 – 6 of 6) sorted by relevance
/linux/crypto/ |
A 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/arch/mips/crypto/ |
A 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/arch/arm/crypto/ |
A 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/arch/arm64/crypto/ |
A 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/arch/x86/crypto/ |
A 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/include/crypto/internal/ |
A D | chacha.h | 10 struct chacha_ctx { struct 18 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); in chacha_setkey() argument
|
Completed in 26 milliseconds