Lines Matching defs:caam_ctx
115 u8 caam_ctx[MAX_CTX_LEN] ____cacheline_aligned;
126 u8 caam_ctx[MAX_CTX_LEN];
140 /* Map state->caam_ctx, and append seq_out_ptr command that points to it */
146 state->ctx_dma = dma_map_single(jrdev, state->caam_ctx,
182 /* Map state->caam_ctx, and add it to link table */
188 state->ctx_dma = dma_map_single(jrdev, state->caam_ctx, ctx_len, flag);
597 memcpy(req->result, state->caam_ctx, digestsize);
601 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx,
659 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx,
1542 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx));
1558 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx));