Searched refs:op_tmpl (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/crypto/marvell/ |
D | hash.c | 169 mv_cesa_adjust_op(engine, &creq->op_tmpl); in mv_cesa_ahash_std_step() 170 memcpy_toio(engine->sram, &creq->op_tmpl, sizeof(creq->op_tmpl)); in mv_cesa_ahash_std_step() 198 op = &creq->op_tmpl; in mv_cesa_ahash_std_step() 425 creq->op_tmpl = *tmpl; in mv_cesa_ahash_init() 531 op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len, in mv_cesa_ahash_dma_last_req() 573 op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len + len, in mv_cesa_ahash_dma_last_req() 594 return mv_cesa_dma_add_frag(chain, &creq->op_tmpl, trailerlen - padoff, in mv_cesa_ahash_dma_last_req() 614 if (!mv_cesa_mac_op_is_first_frag(&creq->op_tmpl)) in mv_cesa_ahash_dma_req_init() 655 op = mv_cesa_dma_add_frag(&basereq->chain, &creq->op_tmpl, in mv_cesa_ahash_dma_req_init() 676 op = mv_cesa_dma_add_frag(&basereq->chain, &creq->op_tmpl, in mv_cesa_ahash_dma_req_init() [all …]
|
D | cesa.h | 606 struct mv_cesa_op_ctx op_tmpl; member
|