Lines Matching refs:dcp_async_ctx
89 struct dcp_async_ctx { struct
118 struct dcp_async_ctx async_ctx; argument
170 static int mxs_dcp_start_dma(struct dcp_async_ctx *actx) in mxs_dcp_start_dma()
219 static int mxs_dcp_run_aes(struct dcp_async_ctx *actx, in mxs_dcp_run_aes()
297 struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm); in mxs_dcp_aes_block_crypt()
430 struct dcp_async_ctx *ctx = crypto_skcipher_ctx(tfm); in mxs_dcp_block_fallback()
451 struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm); in mxs_dcp_aes_enqueue()
494 struct dcp_async_ctx *actx = crypto_skcipher_ctx(tfm); in mxs_dcp_aes_setkey()
521 struct dcp_async_ctx *actx = crypto_skcipher_ctx(tfm); in mxs_dcp_aes_fallback_init_tfm()
536 struct dcp_async_ctx *actx = crypto_skcipher_ctx(tfm); in mxs_dcp_aes_fallback_exit_tfm()
550 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in mxs_dcp_run_sha()
620 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_req_to_buf()
725 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_init()
755 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_update_fx()
817 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_import()
821 memset(actx, 0, sizeof(struct dcp_async_ctx)); in dcp_sha_import()
823 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import()
832 struct dcp_async_ctx *actx_state = crypto_ahash_ctx(tfm); in dcp_sha_export()
836 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export()
862 .base.cra_ctxsize = sizeof(struct dcp_async_ctx),
880 .base.cra_ctxsize = sizeof(struct dcp_async_ctx),
913 .cra_ctxsize = sizeof(struct dcp_async_ctx),
940 .cra_ctxsize = sizeof(struct dcp_async_ctx),