Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/crypto/stm32/
Dstm32-cryp.c242 static inline bool is_gcm(struct stm32_cryp *cryp) in is_gcm() function
504 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode()
803 if (!err && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_finish_req()
807 if (!err && (!(is_gcm(cryp) || is_ccm(cryp) || is_ecb(cryp)))) in stm32_cryp_finish_req()
813 if (is_gcm(cryp) || is_ccm(cryp)) in stm32_cryp_finish_req()
1222 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_prepare_req()
1290 if (is_gcm(cryp)) { in stm32_cryp_read_auth_tag()
1645 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_irq_thread()
1653 if (is_gcm(cryp)) in stm32_cryp_irq_thread()
/linux-6.6.21/drivers/crypto/starfive/
Djh7110-aes.c76 static inline int is_gcm(struct starfive_cryp_dev *cryp) in is_gcm() function
110 if (is_gcm(cryp)) in starfive_aes_set_ivlen()
149 if (is_gcm(cryp)) { in starfive_aes_write_iv()
320 if (is_gcm(cryp)) in starfive_aes_read_authtag()