Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c238 static inline bool is_ctr(struct stm32_cryp *cryp) in is_ctr() function
502 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode()
1228 if (is_ctr(cryp)) in stm32_cryp_prepare_req()
1613 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_irq_write_data()
/openbmc/linux/drivers/crypto/
H A Dtalitos.c1582 bool is_ctr = (desc->hdr & DESC_HDR_SEL0_MASK) == DESC_HDR_SEL0_AESU && in common_nonsnoop() local
1605 sg_count, 0, 0, 0, false, is_ctr ? 16 : 1); in common_nonsnoop()