Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/marvell/
Dhash.c196 frag_mode = mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK; in mv_cesa_ahash_std_step()
235 mv_cesa_update_op_cfg(op, frag_mode, CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_std_step()
242 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_std_step()
418 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_init()
481 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_dma_add_frag()
536 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_dma_last_req()
842 CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_import()
Dcesa.h123 #define CESA_SA_DESC_CFG_FRAG_MSK GENMASK(31, 30) macro
717 return (mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK) == in mv_cesa_mac_op_is_first_frag()