Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/stm32/
Dstm32-cryp.c215 static inline bool is_ccm(struct stm32_cryp *cryp) in is_ccm() function
444 if (is_aes(cryp) && is_ccm(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()
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()
1711 } else if (is_ccm(cryp)) { in stm32_cryp_irq_thread()
/Linux-v5.10/drivers/crypto/amcc/
Dcrypto4xx_alg.c325 bool is_ccm, bool decrypt) in crypto4xx_aead_need_fallback() argument
345 if (is_ccm && !(req->iv[0] == 1 || req->iv[0] == 3)) in crypto4xx_aead_need_fallback()