Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_aes_ext_dma.c28 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()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_aes_defs.h60 CC_AES_MODE_ECB = 0, enumerator