Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/stm32/
Dstm32-cryp.c215 static inline bool is_ccm(struct stm32_cryp *cryp) in is_ccm() function
427 if (is_aes(cryp) && is_ccm(cryp)) in stm32_cryp_get_hw_mode()
622 if (!err && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_finish_req()
648 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_finish_req()
996 if (is_gcm(cryp) || is_ccm(cryp)) { in stm32_cryp_prepare_req()
1235 if (is_encrypt(cryp) && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_irq_read_data()
1276 if (is_decrypt(cryp) && (is_gcm(cryp) || is_ccm(cryp))) in stm32_cryp_irq_write_block()
1695 } else if (is_ccm(cryp)) { in stm32_cryp_irq_thread()
/Linux-v4.19/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()