Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/marvell/cesa/
Dhash.c210 frag_mode = mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK; in mv_cesa_ahash_std_step()
263 mv_cesa_update_op_cfg(op, frag_mode, CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_std_step()
273 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_std_step()
450 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_init()
514 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_dma_add_frag()
569 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_dma_last_req()
876 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_import()
Dcesa.h121 #define CESA_SA_DESC_CFG_FRAG_MSK GENMASK(31, 30) macro
726 return (mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK) == in mv_cesa_mac_op_is_first_frag()