Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c165 u32 frag_mode; in mv_cesa_ahash_std_step() local
214 if (frag_mode == CESA_SA_DESC_CFG_FIRST_FRAG) in mv_cesa_ahash_std_step()
215 frag_mode = CESA_SA_DESC_CFG_NOT_FRAG; in mv_cesa_ahash_std_step()
216 else if (frag_mode == CESA_SA_DESC_CFG_MID_FRAG) in mv_cesa_ahash_std_step()
217 frag_mode = CESA_SA_DESC_CFG_LAST_FRAG; in mv_cesa_ahash_std_step()
220 if (frag_mode == CESA_SA_DESC_CFG_NOT_FRAG || in mv_cesa_ahash_std_step()
221 frag_mode == CESA_SA_DESC_CFG_LAST_FRAG) { in mv_cesa_ahash_std_step()
255 if (frag_mode == CESA_SA_DESC_CFG_LAST_FRAG) in mv_cesa_ahash_std_step()
256 frag_mode = CESA_SA_DESC_CFG_MID_FRAG; in mv_cesa_ahash_std_step()
258 frag_mode = CESA_SA_DESC_CFG_FIRST_FRAG; in mv_cesa_ahash_std_step()
[all …]