Lines Matching refs:op_tmpl
173 mv_cesa_adjust_op(engine, &creq->op_tmpl); in mv_cesa_ahash_std_step()
175 memcpy(engine->sram_pool, &creq->op_tmpl, in mv_cesa_ahash_std_step()
176 sizeof(creq->op_tmpl)); in mv_cesa_ahash_std_step()
178 memcpy_toio(engine->sram, &creq->op_tmpl, in mv_cesa_ahash_std_step()
179 sizeof(creq->op_tmpl)); in mv_cesa_ahash_std_step()
211 op = &creq->op_tmpl; in mv_cesa_ahash_std_step()
451 creq->op_tmpl = *tmpl; in mv_cesa_ahash_init()
558 op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len, in mv_cesa_ahash_dma_last_req()
600 op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len + len, in mv_cesa_ahash_dma_last_req()
621 return mv_cesa_dma_add_frag(chain, &creq->op_tmpl, trailerlen - padoff, in mv_cesa_ahash_dma_last_req()
641 if (!mv_cesa_mac_op_is_first_frag(&creq->op_tmpl)) in mv_cesa_ahash_dma_req_init()
683 &creq->op_tmpl, in mv_cesa_ahash_dma_req_init()
704 op = mv_cesa_dma_add_frag(&basereq->chain, &creq->op_tmpl, in mv_cesa_ahash_dma_req_init()
817 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final()
829 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_finup()
872 mv_cesa_update_op_cfg(&creq->op_tmpl, in mv_cesa_ahash_import()