Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/stm32/
A Dstm32-cryp.c241 static inline bool is_gcm(struct stm32_cryp *cryp) in is_gcm() function
503 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode()
802 if (!err && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_finish_req()
806 if (!err && (!(is_gcm(cryp) || is_ccm(cryp) || is_ecb(cryp)))) in stm32_cryp_finish_req()
812 if (is_gcm(cryp) || is_ccm(cryp)) in stm32_cryp_finish_req()
1239 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_prepare_req()
1319 if (is_gcm(cryp)) { in stm32_cryp_read_auth_tag()
1674 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_irq_thread()
1682 if (is_gcm(cryp)) in stm32_cryp_irq_thread()

Completed in 7 milliseconds