Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/marvell/
Dtdma.c122 const struct mv_cesa_op_ctx *op_templ, in mv_cesa_dma_add_op() argument
139 *op = *op_templ; in mv_cesa_dma_add_op()
Dcipher.c293 const struct mv_cesa_op_ctx *op_templ) in mv_cesa_ablkcipher_dma_req_init() argument
333 op = mv_cesa_dma_add_op(&chain, op_templ, skip_ctx, flags); in mv_cesa_ablkcipher_dma_req_init()
380 const struct mv_cesa_op_ctx *op_templ) in mv_cesa_ablkcipher_std_req_init() argument
386 sreq->op = *op_templ; in mv_cesa_ablkcipher_std_req_init()
Dcesa.h793 const struct mv_cesa_op_ctx *op_templ,