Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c215 frag_mode = CESA_SA_DESC_CFG_NOT_FRAG; in mv_cesa_ahash_std_step()
220 if (frag_mode == CESA_SA_DESC_CFG_NOT_FRAG || in mv_cesa_ahash_std_step()
567 CESA_SA_DESC_CFG_NOT_FRAG : in mv_cesa_ahash_dma_last_req()
H A Dcesa.h117 #define CESA_SA_DESC_CFG_NOT_FRAG (0 << 30) macro