Home
last modified time | relevance | path

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/
Drun_integration_aes.c172 …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/
Drun_integration_test.c484 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()
Dstackinfo430 mbedtls_aes_crypt_ctr 38 32
/trusted-firmware-m-latest/interface/include/mbedtls/
Daes.h572 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx,
/trusted-firmware-m-latest/bl1/bl1_1/shared_lib/crypto/
Dcrypto_mbedcrypto.c147 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/
Daes_alt.c388 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/
Daes_alt.c757 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ctr() function