Home
last modified time | relevance | path

Searched refs:mv_cesa_mac_op_is_first_frag (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/crypto/marvell/cesa/
Dhash.c511 if (mv_cesa_mac_op_is_first_frag(tmpl)) in mv_cesa_dma_add_frag()
566 mv_cesa_update_op_cfg(op, mv_cesa_mac_op_is_first_frag(op) ? in mv_cesa_ahash_dma_last_req()
643 if (!mv_cesa_mac_op_is_first_frag(&creq->op_tmpl)) in mv_cesa_ahash_dma_req_init()
Dcesa.h724 static inline bool mv_cesa_mac_op_is_first_frag(const struct mv_cesa_op_ctx *op) in mv_cesa_mac_op_is_first_frag() function