Searched refs:is_gcm (Results 1 – 2 of 2) sorted by relevance
274 static inline bool is_gcm(struct stm32_cryp *cryp) in is_gcm() function549 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode()848 if (!err && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_finish_req()852 if (!err && (!(is_gcm(cryp) || is_ccm(cryp) || is_ecb(cryp)))) in stm32_cryp_finish_req()857 if (is_gcm(cryp) || is_ccm(cryp)) in stm32_cryp_finish_req()936 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_dma_callback()1829 if (is_gcm(cryp)) { in stm32_cryp_read_auth_tag()2182 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_irq_thread()2190 if (is_gcm(cryp)) in stm32_cryp_irq_thread()
76 static inline int is_gcm(struct starfive_cryp_dev *cryp) in is_gcm() function139 if (is_gcm(cryp)) { in starfive_aes_write_iv()