Home
last modified time | relevance | path

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

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