Lines Matching refs:dcp_async_ctx
91 struct dcp_async_ctx { struct
121 struct dcp_async_ctx async_ctx; argument
176 static int mxs_dcp_start_dma(struct dcp_async_ctx *actx) in mxs_dcp_start_dma()
225 static int mxs_dcp_run_aes(struct dcp_async_ctx *actx, in mxs_dcp_run_aes()
314 struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm); in mxs_dcp_aes_block_crypt()
447 struct dcp_async_ctx *ctx = crypto_skcipher_ctx(tfm); in mxs_dcp_block_fallback()
468 struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm); in mxs_dcp_aes_enqueue()
511 struct dcp_async_ctx *actx = crypto_skcipher_ctx(tfm); in mxs_dcp_aes_setkey()
539 struct dcp_async_ctx *actx = crypto_skcipher_ctx(tfm); in mxs_dcp_aes_setrefkey()
565 struct dcp_async_ctx *actx = crypto_skcipher_ctx(tfm); in mxs_dcp_aes_fallback_init_tfm()
580 struct dcp_async_ctx *actx = crypto_skcipher_ctx(tfm); in mxs_dcp_aes_fallback_exit_tfm()
601 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in mxs_dcp_run_sha()
671 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_req_to_buf()
776 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_init()
806 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_update_fx()
868 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_import()
872 memset(actx, 0, sizeof(struct dcp_async_ctx)); in dcp_sha_import()
874 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import()
883 struct dcp_async_ctx *actx_state = crypto_ahash_ctx(tfm); in dcp_sha_export()
887 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export()
913 .base.cra_ctxsize = sizeof(struct dcp_async_ctx),
931 .base.cra_ctxsize = sizeof(struct dcp_async_ctx),
949 .base.cra_ctxsize = sizeof(struct dcp_async_ctx),
965 .base.cra_ctxsize = sizeof(struct dcp_async_ctx),
996 .cra_ctxsize = sizeof(struct dcp_async_ctx),
1022 .cra_ctxsize = sizeof(struct dcp_async_ctx),