Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/stm32/
Dstm32-cryp.c199 static inline bool is_cbc(struct stm32_cryp *cryp) in is_cbc() function
434 if (is_aes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
449 if (is_des(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
455 if (is_tdes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()