Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/marvell/
Dcipher.c103 if (!sreq->skip_ctx) { in mv_cesa_skcipher_std_step()
105 sreq->skip_ctx = true; in mv_cesa_skcipher_std_step()
323 bool skip_ctx = false; in mv_cesa_skcipher_dma_req_init() local
355 op = mv_cesa_dma_add_op(&basereq->chain, op_templ, skip_ctx, flags); in mv_cesa_skcipher_dma_req_init()
360 skip_ctx = true; in mv_cesa_skcipher_dma_req_init()
418 sreq->skip_ctx = false; in mv_cesa_skcipher_std_req_init()
Dtdma.c252 bool skip_ctx, in mv_cesa_dma_add_op() argument
270 size = skip_ctx ? sizeof(op->desc) : sizeof(*op); in mv_cesa_dma_add_op()
Dcesa.h552 bool skip_ctx; member
849 bool skip_ctx,