Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/stm32/
Dstm32-cryp.c210 static inline bool is_gcm(struct stm32_cryp *cryp) in is_gcm() function
441 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode()
643 if (!err && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_finish_req()
647 if (!err && (!(is_gcm(cryp) || is_ccm(cryp)))) in stm32_cryp_finish_req()
672 if (is_gcm(cryp) || is_ccm(cryp)) in stm32_cryp_finish_req()
1011 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_prepare_req()
1123 if (is_gcm(cryp)) { in stm32_cryp_read_auth_tag()
1251 if (is_encrypt(cryp) && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_irq_read_data()
1292 if (is_decrypt(cryp) && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_irq_write_block()
1702 if (is_gcm(cryp)) { in stm32_cryp_irq_thread()