chacha_ctx 66 arch/arm/crypto/chacha-neon-glue.c const struct chacha_ctx *ctx, const u8 *iv) chacha_ctx 95 arch/arm/crypto/chacha-neon-glue.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 106 arch/arm/crypto/chacha-neon-glue.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 107 arch/arm/crypto/chacha-neon-glue.c struct chacha_ctx subctx; chacha_ctx 132 arch/arm/crypto/chacha-neon-glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 148 arch/arm/crypto/chacha-neon-glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 164 arch/arm/crypto/chacha-neon-glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 63 arch/arm64/crypto/chacha-neon-glue.c const struct chacha_ctx *ctx, const u8 *iv) chacha_ctx 92 arch/arm64/crypto/chacha-neon-glue.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 103 arch/arm64/crypto/chacha-neon-glue.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 104 arch/arm64/crypto/chacha-neon-glue.c struct chacha_ctx subctx; chacha_ctx 129 arch/arm64/crypto/chacha-neon-glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 145 arch/arm64/crypto/chacha-neon-glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 161 arch/arm64/crypto/chacha-neon-glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 127 arch/x86/crypto/chacha_glue.c const struct chacha_ctx *ctx, const u8 *iv) chacha_ctx 165 arch/x86/crypto/chacha_glue.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 185 arch/x86/crypto/chacha_glue.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 187 arch/x86/crypto/chacha_glue.c struct chacha_ctx subctx; chacha_ctx 223 arch/x86/crypto/chacha_glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 238 arch/x86/crypto/chacha_glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 253 arch/x86/crypto/chacha_glue.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 35 crypto/chacha_generic.c const struct chacha_ctx *ctx, const u8 *iv) chacha_ctx 59 crypto/chacha_generic.c void crypto_chacha_init(u32 *state, const struct chacha_ctx *ctx, const u8 *iv) chacha_ctx 83 crypto/chacha_generic.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 113 crypto/chacha_generic.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 122 crypto/chacha_generic.c struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); chacha_ctx 123 crypto/chacha_generic.c struct chacha_ctx subctx; chacha_ctx 147 crypto/chacha_generic.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 162 crypto/chacha_generic.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 177 crypto/chacha_generic.c .base.cra_ctxsize = sizeof(struct chacha_ctx), chacha_ctx 44 include/crypto/chacha.h void crypto_chacha_init(u32 *state, const struct chacha_ctx *ctx, const u8 *iv);