Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/stm32/
Dstm32-cryp.c247 static inline bool is_ccm(struct stm32_cryp *cryp) in is_ccm() function
507 if (is_aes(cryp) && is_ccm(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()
1645 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_irq_thread()
/Linux-v6.6/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()