Lines Matching defs:caam_ctx

64 struct caam_ctx {
89 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
192 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc);
203 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
307 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
350 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc);
366 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
410 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
454 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc);
470 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
518 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
562 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc);
576 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
625 struct caam_ctx *ctx = crypto_skcipher_ctx_dma(skcipher);
739 struct caam_ctx *ctx = crypto_skcipher_ctx_dma(skcipher);
834 static struct caam_drv_ctx *get_drv_ctx(struct caam_ctx *ctx,
923 struct caam_ctx *caam_ctx = crypto_aead_ctx_dma(aead);
926 qidev = caam_ctx->qidev;
945 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
1165 struct caam_ctx *ctx = crypto_aead_ctx_dma(aead);
1221 struct caam_ctx *caam_ctx = crypto_skcipher_ctx_dma(skcipher);
1222 struct device *qidev = caam_ctx->qidev;
1258 struct caam_ctx *ctx = crypto_skcipher_ctx_dma(skcipher);
1424 struct caam_ctx *ctx = crypto_skcipher_ctx_dma(skcipher);
2461 static int caam_init_common(struct caam_ctx *ctx, struct caam_alg_entry *caam,
2510 struct caam_ctx *ctx = crypto_skcipher_ctx_dma(tfm);
2543 struct caam_ctx *ctx = crypto_aead_ctx_dma(tfm);
2548 static void caam_exit_common(struct caam_ctx *ctx)
2561 struct caam_ctx *ctx = crypto_skcipher_ctx_dma(tfm);
2598 alg->base.cra_ctxsize = sizeof(struct caam_ctx) + crypto_dma_padding();
2612 alg->base.cra_ctxsize = sizeof(struct caam_ctx) + crypto_dma_padding();