Searched refs:CC_AES_MODE_ECB (Results 1 – 2 of 2) sorted by relevance
28 case CC_AES_MODE_ECB: in CC2DriverAesMode()65 if ( (operationMode != CC_AES_MODE_ECB) && in mbedtls_aes_ext_dma_init()126 if ( (operationMode != CC_AES_MODE_ECB) && in mbedtls_aes_ext_dma_set_key()176 if ( (operationMode != CC_AES_MODE_ECB) && in mbedtls_aes_ext_dma_set_data_size()190 if ( ( (operationMode == CC_AES_MODE_ECB) || in mbedtls_aes_ext_dma_set_data_size()223 if ( (operationMode != CC_AES_MODE_ECB) && in mbedtls_aes_ext_dma_set_iv()267 if ( (operationMode != CC_AES_MODE_ECB) && in mbedtls_aes_ext_dma_finish()
60 CC_AES_MODE_ECB = 0, enumerator