Searched refs:op_tmpl (Results 1 – 2 of 2) sorted by relevance
/drivers/crypto/marvell/ |
D | hash.c | 231 op = &creq->op_tmpl; in mv_cesa_ahash_std_step() 314 mv_cesa_adjust_op(engine, &creq->op_tmpl); in mv_cesa_ahash_std_prepare() 315 memcpy_toio(engine->sram, &creq->op_tmpl, sizeof(creq->op_tmpl)); in mv_cesa_ahash_std_prepare() 427 creq->op_tmpl = *tmpl; in mv_cesa_ahash_init() 536 op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len, in mv_cesa_ahash_dma_last_req() 572 op = mv_cesa_dma_add_frag(chain, &creq->op_tmpl, frag_len + len, in mv_cesa_ahash_dma_last_req() 593 return mv_cesa_dma_add_frag(chain, &creq->op_tmpl, trailerlen - padoff, in mv_cesa_ahash_dma_last_req() 650 op = mv_cesa_dma_add_frag(&dreq->chain, &creq->op_tmpl, in mv_cesa_ahash_dma_req_init() 671 op = mv_cesa_dma_add_frag(&dreq->chain, &creq->op_tmpl, in mv_cesa_ahash_dma_req_init() 753 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final() [all …]
|
D | cesa.h | 611 struct mv_cesa_op_ctx op_tmpl; member
|