Searched refs:is_ccm (Results 1 – 2 of 2) sorted by relevance
278 static inline bool is_ccm(struct stm32_cryp *cryp) in is_ccm() function551 if (is_aes(cryp) && is_ccm(cryp)) in stm32_cryp_get_hw_mode()847 if (!err && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_finish_req()851 if (!err && (!(is_gcm(cryp) || is_ccm(cryp) || is_ecb(cryp)))) in stm32_cryp_finish_req()857 if (is_gcm(cryp) || is_ccm(cryp)) in stm32_cryp_finish_req()936 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_dma_callback()2184 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_irq_thread()
311 bool is_ccm, bool decrypt) in crypto4xx_aead_need_fallback() argument331 if (is_ccm && !(req->iv[0] == 1 || req->iv[0] == 3)) in crypto4xx_aead_need_fallback()