Home
last modified time | relevance | path

Searched refs:skip_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/marvell/
Dcipher.c100 if (!sreq->skip_ctx) { in mv_cesa_skcipher_std_step()
102 sreq->skip_ctx = true; in mv_cesa_skcipher_std_step()
310 bool skip_ctx = false; in mv_cesa_skcipher_dma_req_init() local
341 op = mv_cesa_dma_add_op(&basereq->chain, op_templ, skip_ctx, flags); in mv_cesa_skcipher_dma_req_init()
346 skip_ctx = true; in mv_cesa_skcipher_dma_req_init()
403 sreq->skip_ctx = false; in mv_cesa_skcipher_std_req_init()
Dtdma.c249 bool skip_ctx, in mv_cesa_dma_add_op() argument
267 size = skip_ctx ? sizeof(op->desc) : sizeof(*op); in mv_cesa_dma_add_op()
Dcesa.h552 bool skip_ctx; member
849 bool skip_ctx,