Lines Matching defs:caam_ctx

59 struct caam_ctx {
84 struct caam_ctx *ctx = crypto_aead_ctx(aead);
187 struct caam_ctx *ctx = crypto_aead_ctx(authenc);
198 struct caam_ctx *ctx = crypto_aead_ctx(aead);
302 struct caam_ctx *ctx = crypto_aead_ctx(aead);
345 struct caam_ctx *ctx = crypto_aead_ctx(authenc);
361 struct caam_ctx *ctx = crypto_aead_ctx(aead);
405 struct caam_ctx *ctx = crypto_aead_ctx(aead);
449 struct caam_ctx *ctx = crypto_aead_ctx(authenc);
465 struct caam_ctx *ctx = crypto_aead_ctx(aead);
513 struct caam_ctx *ctx = crypto_aead_ctx(aead);
557 struct caam_ctx *ctx = crypto_aead_ctx(authenc);
571 struct caam_ctx *ctx = crypto_aead_ctx(aead);
620 struct caam_ctx *ctx = crypto_skcipher_ctx(skcipher);
734 struct caam_ctx *ctx = crypto_skcipher_ctx(skcipher);
829 static struct caam_drv_ctx *get_drv_ctx(struct caam_ctx *ctx,
918 struct caam_ctx *caam_ctx = crypto_aead_ctx(aead);
921 qidev = caam_ctx->qidev;
940 struct caam_ctx *ctx = crypto_aead_ctx(aead);
1160 struct caam_ctx *ctx = crypto_aead_ctx(aead);
1210 struct caam_ctx *caam_ctx = crypto_skcipher_ctx(skcipher);
1211 struct device *qidev = caam_ctx->qidev;
1248 struct caam_ctx *ctx = crypto_skcipher_ctx(skcipher);
1408 struct caam_ctx *ctx = crypto_skcipher_ctx(skcipher);
2445 static int caam_init_common(struct caam_ctx *ctx, struct caam_alg_entry *caam,
2494 struct caam_ctx *ctx = crypto_skcipher_ctx(tfm);
2527 struct caam_ctx *ctx = crypto_aead_ctx(tfm);
2532 static void caam_exit_common(struct caam_ctx *ctx)
2545 struct caam_ctx *ctx = crypto_skcipher_ctx(tfm);
2582 alg->base.cra_ctxsize = sizeof(struct caam_ctx);
2596 alg->base.cra_ctxsize = sizeof(struct caam_ctx);