Home
last modified time | relevance | path

Searched refs:CC_AES_MODE_CTR (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ext_dma.c84 …RUNIT_ASSERT_WITH_RESULT(mbedtls_aes_ext_dma_init(keySize * 8, CC_AES_ENCRYPT, CC_AES_MODE_CTR), C… in runIt_extDma()
85 …RUNIT_ASSERT_WITH_RESULT(mbedtls_aes_ext_dma_set_key(CC_AES_MODE_CTR, keyBuff, keySize * 8), CC_OK… in runIt_extDma()
86 RUNIT_ASSERT_WITH_RESULT(mbedtls_aes_ext_dma_set_iv(CC_AES_MODE_CTR, ivBuff, 16), CC_OK); in runIt_extDma()
87 RUNIT_ASSERT_WITH_RESULT(mbedtls_aes_ext_dma_set_data_size(dataLen, CC_AES_MODE_CTR), CC_OK); in runIt_extDma()
117 RUNIT_ASSERT_WITH_RESULT(mbedtls_aes_ext_dma_finish(CC_AES_MODE_CTR, ivBuff, 16), CC_OK); in runIt_extDma()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_aes_ext_dma.c34 case CC_AES_MODE_CTR: in CC2DriverAesMode()
67 (operationMode != CC_AES_MODE_CTR) && in mbedtls_aes_ext_dma_init()
128 (operationMode != CC_AES_MODE_CTR) && in mbedtls_aes_ext_dma_set_key()
178 (operationMode != CC_AES_MODE_CTR) && in mbedtls_aes_ext_dma_set_data_size()
225 (operationMode != CC_AES_MODE_CTR) && in mbedtls_aes_ext_dma_set_iv()
269 (operationMode != CC_AES_MODE_CTR) && in mbedtls_aes_ext_dma_finish()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_aes_defs.h66 CC_AES_MODE_CTR = 3, enumerator