Searched refs:AES_CFG_MODE_CCM (Results 1 – 3 of 3) sorted by relevance
135 (_method == CryptoCC32XX_AES_CCM)? AES_CFG_MODE_CCM: \689 (cryptoMode == AES_CFG_MODE_CCM) || (cryptoMode == AES_CFG_MODE_GCM_HY0CALC)) in CryptoCC32XX_aesProcess()699 if (cryptoMode == AES_CFG_MODE_CCM) in CryptoCC32XX_aesProcess()705 if ((cryptoMode == AES_CFG_MODE_CCM) || (cryptoMode == AES_CFG_MODE_GCM_HY0CALC)) in CryptoCC32XX_aesProcess()718 (cryptoMode == AES_CFG_MODE_CCM) || (cryptoMode == AES_CFG_MODE_GCM_HY0CALC)) in CryptoCC32XX_aesProcess()
101 #define AES_CFG_MODE_CCM 0x20040040 macro
171 (ui32Config & AES_CFG_MODE_CCM)); in AESConfigSet()176 (ui32Config & AES_CFG_MODE_CCM)) && in AESConfigSet()181 ASSERT((ui32Config & AES_CFG_MODE_CCM) && in AESConfigSet()