dcp_async_ctx     117 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx async_ctx;
dcp_async_ctx     169 drivers/crypto/mxs-dcp.c static int mxs_dcp_start_dma(struct dcp_async_ctx *actx)
dcp_async_ctx     214 drivers/crypto/mxs-dcp.c static int mxs_dcp_run_aes(struct dcp_async_ctx *actx,
dcp_async_ctx     279 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm);
dcp_async_ctx     429 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *ctx = crypto_ablkcipher_ctx(tfm);
dcp_async_ctx     452 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm);
dcp_async_ctx     495 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_ablkcipher_ctx(tfm);
dcp_async_ctx     532 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_tfm_ctx(tfm);
dcp_async_ctx     546 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_tfm_ctx(tfm);
dcp_async_ctx     560 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
dcp_async_ctx     622 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
dcp_async_ctx     727 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
dcp_async_ctx     757 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
dcp_async_ctx     819 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
dcp_async_ctx     823 drivers/crypto/mxs-dcp.c 	memset(actx, 0, sizeof(struct dcp_async_ctx));
dcp_async_ctx     825 drivers/crypto/mxs-dcp.c 	memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx));
dcp_async_ctx     834 drivers/crypto/mxs-dcp.c 	struct dcp_async_ctx *actx_state = crypto_ahash_ctx(tfm);
dcp_async_ctx     838 drivers/crypto/mxs-dcp.c 	memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx));
dcp_async_ctx     867 drivers/crypto/mxs-dcp.c 		.cra_ctxsize		= sizeof(struct dcp_async_ctx),
dcp_async_ctx     890 drivers/crypto/mxs-dcp.c 		.cra_ctxsize		= sizeof(struct dcp_async_ctx),
dcp_async_ctx     925 drivers/crypto/mxs-dcp.c 			.cra_ctxsize		= sizeof(struct dcp_async_ctx),
dcp_async_ctx     952 drivers/crypto/mxs-dcp.c 			.cra_ctxsize		= sizeof(struct dcp_async_ctx),