Home
last modified time | relevance | path

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

/drivers/crypto/stm32/
Dstm32-cryp.c182 static inline bool is_ecb(struct stm32_cryp *cryp) in is_ecb() function
323 if (is_aes(cryp) && is_ecb(cryp)) in stm32_cryp_get_hw_mode()
338 if (is_des(cryp) && is_ecb(cryp)) in stm32_cryp_get_hw_mode()
344 if (is_tdes(cryp) && is_ecb(cryp)) in stm32_cryp_get_hw_mode()
623 if (!err && (!(is_gcm(cryp) || is_ccm(cryp) || is_ecb(cryp)))) in stm32_cryp_finish_req()