Lines Matching defs:caam_ctx
120 u8 caam_ctx[MAX_CTX_LEN] ____cacheline_aligned;
131 u8 caam_ctx[MAX_CTX_LEN];
145 /* Map state->caam_ctx, and append seq_out_ptr command that points to it */
151 state->ctx_dma = dma_map_single(jrdev, state->caam_ctx,
187 /* Map state->caam_ctx, and add it to link table */
193 state->ctx_dma = dma_map_single(jrdev, state->caam_ctx, ctx_len, flag);
606 memcpy(req->result, state->caam_ctx, digestsize);
610 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx,
668 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx,
1549 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx));
1565 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx));