Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/marvell/cesa/
Dcesa.h665 static inline u32 mv_cesa_get_op_cfg(const struct mv_cesa_op_ctx *op) in mv_cesa_get_op_cfg() function
726 return (mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK) == in mv_cesa_mac_op_is_first_frag()
Dcipher.c706 if (mv_cesa_get_op_cfg(tmpl) & CESA_SA_DESC_CFG_DIR_DEC) in mv_cesa_aes_op()
Dhash.c210 frag_mode = mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK; in mv_cesa_ahash_std_step()