Searched refs:mbedtls_aes_crypt_ctr (Results 1 – 7 of 7) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/ |
| D | run_integration_aes.c | 172 …RUNIT_ASSERT_W_PARAM(testParam, mbedtls_aes_crypt_ctr(&ctx, data_len, &offset, nonce_counter, stre… in runIt_aesCtrTestProfiling() 224 …RUNIT_ASSERT_API(mbedtls_aes_crypt_ctr(&ctx, sizeof(buf), &offset, nonce_counter, stream_block, bu… in runIt_aesCtrTest() 247 …RUNIT_ASSERT_API(mbedtls_aes_crypt_ctr(&ctx, sizeof(buf), &offset, nonce_counter, stream_block, bu… in runIt_aesCtrTest()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
| D | run_integration_test.c | 484 RUNIT_PERF_REG_API(mbedtls_aes_crypt_ctr , gCompConf.aes); in runIt_regApi() 485 RUNIT_PERF_REG_API_W_PARAM(mbedtls_aes_crypt_ctr, "16B" , gCompConf.aes); in runIt_regApi() 486 RUNIT_PERF_REG_API_W_PARAM(mbedtls_aes_crypt_ctr, "128B" , gCompConf.aes); in runIt_regApi() 487 RUNIT_PERF_REG_API_W_PARAM(mbedtls_aes_crypt_ctr, "1024B" , gCompConf.aes); in runIt_regApi() 488 RUNIT_PERF_REG_API_W_PARAM(mbedtls_aes_crypt_ctr, "8192B" , gCompConf.aes); in runIt_regApi() 489 RUNIT_PERF_REG_API_W_PARAM(mbedtls_aes_crypt_ctr, "65535B" , gCompConf.aes); in runIt_regApi()
|
| D | stackinfo | 430 mbedtls_aes_crypt_ctr 38 32
|
| /trusted-firmware-m-latest/interface/include/mbedtls/ |
| D | aes.h | 572 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx,
|
| /trusted-firmware-m-latest/bl1/bl1_1/shared_lib/crypto/ |
| D | crypto_mbedcrypto.c | 147 rc = mbedtls_aes_crypt_ctr(&ctx, ciphertext_length, &nc_off, counter, in bl1_aes_256_ctr_decrypt()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | aes_alt.c | 388 int mbedtls_aes_crypt_ctr( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ctr() function
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/ |
| D | aes_alt.c | 757 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ctr() function
|