Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/marvell/
Dhash.c164 u32 frag_mode; in mv_cesa_ahash_std_step() local
200 frag_mode = mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK; in mv_cesa_ahash_std_step()
204 if (frag_mode == CESA_SA_DESC_CFG_FIRST_FRAG) in mv_cesa_ahash_std_step()
205 frag_mode = CESA_SA_DESC_CFG_NOT_FRAG; in mv_cesa_ahash_std_step()
206 else if (frag_mode == CESA_SA_DESC_CFG_MID_FRAG) in mv_cesa_ahash_std_step()
207 frag_mode = CESA_SA_DESC_CFG_LAST_FRAG; in mv_cesa_ahash_std_step()
210 if (frag_mode == CESA_SA_DESC_CFG_NOT_FRAG || in mv_cesa_ahash_std_step()
211 frag_mode == CESA_SA_DESC_CFG_LAST_FRAG) { in mv_cesa_ahash_std_step()
231 if (frag_mode == CESA_SA_DESC_CFG_LAST_FRAG) in mv_cesa_ahash_std_step()
232 frag_mode = CESA_SA_DESC_CFG_MID_FRAG; in mv_cesa_ahash_std_step()
[all …]