Lines Matching refs:op_tmpl
170 mv_cesa_adjust_op(engine, &creq->op_tmpl); in mv_cesa_ahash_std_step()
172 memcpy(engine->sram_pool, &creq->op_tmpl, in mv_cesa_ahash_std_step()
173 sizeof(creq->op_tmpl)); in mv_cesa_ahash_std_step()
175 memcpy_toio(engine->sram, &creq->op_tmpl, in mv_cesa_ahash_std_step()
176 sizeof(creq->op_tmpl)); in mv_cesa_ahash_std_step()
208 op = &creq->op_tmpl; in mv_cesa_ahash_std_step()
453 creq->op_tmpl = *tmpl; in mv_cesa_ahash_init()
560 op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len, in mv_cesa_ahash_dma_last_req()
602 op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len + len, in mv_cesa_ahash_dma_last_req()
623 return mv_cesa_dma_add_frag(chain, &creq->op_tmpl, trailerlen - padoff, in mv_cesa_ahash_dma_last_req()
643 if (!mv_cesa_mac_op_is_first_frag(&creq->op_tmpl)) in mv_cesa_ahash_dma_req_init()
685 &creq->op_tmpl, in mv_cesa_ahash_dma_req_init()
706 op = mv_cesa_dma_add_frag(&basereq->chain, &creq->op_tmpl, in mv_cesa_ahash_dma_req_init()
819 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final()
831 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_finup()
874 mv_cesa_update_op_cfg(&creq->op_tmpl, in mv_cesa_ahash_import()