mv_cesa_get_op_cfg 717 drivers/crypto/marvell/cesa.h return (mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK) == mv_cesa_get_op_cfg 691 drivers/crypto/marvell/cipher.c if (mv_cesa_get_op_cfg(tmpl) & CESA_SA_DESC_CFG_DIR_DEC) mv_cesa_get_op_cfg 196 drivers/crypto/marvell/hash.c frag_mode = mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK;