Home
last modified time | relevance | path

Searched refs:is_cbc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-cryp.c187 static inline bool is_cbc(struct stm32_cryp *cryp) in is_cbc() function
326 if (is_aes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
341 if (is_des(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
347 if (is_tdes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-cryp.c232 static inline bool is_cbc(struct stm32_cryp *cryp) in is_cbc() function
498 if (is_aes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
513 if (is_des(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
519 if (is_tdes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()

Completed in 5 milliseconds