Searched refs:is_gcm (Results 1 – 1 of 1) sorted by relevance
209 static inline bool is_gcm(struct stm32_cryp *cryp) in is_gcm() function440 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode()638 if (!err && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_finish_req()642 if (!err && (!(is_gcm(cryp) || is_ccm(cryp)))) in stm32_cryp_finish_req()667 if (is_gcm(cryp) || is_ccm(cryp)) in stm32_cryp_finish_req()1006 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_prepare_req()1118 if (is_gcm(cryp)) { in stm32_cryp_read_auth_tag()1241 if (is_encrypt(cryp) && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_irq_read_data()1282 if (is_decrypt(cryp) && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_irq_write_block()1692 if (is_gcm(cryp)) { in stm32_cryp_irq_thread()