Searched refs:is_ctr (Results 1 – 2 of 2) sorted by relevance
237 static inline bool is_ctr(struct stm32_cryp *cryp) in is_ctr() function501 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode()1227 if (is_ctr(cryp)) in stm32_cryp_prepare_req()1612 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_irq_write_data()
1582 bool is_ctr = (desc->hdr & DESC_HDR_SEL0_MASK) == DESC_HDR_SEL0_AESU && in common_nonsnoop() local1605 sg_count, 0, 0, 0, false, is_ctr ? 16 : 1); in common_nonsnoop()