Searched refs:testParam (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/ |
| D | run_integration_mac.c | 139 char testParam[PARAM_LEN] = { 0 }; in runIt_cmacProfiling() local 154 snprintf(testParam, PARAM_LEN - 1, "%"PRIu32"B", (uint32_t)data_len); in runIt_cmacProfiling() 174 …RUNIT_ASSERT_W_PARAM(testParam, mbedtls_cipher_cmac_update(ctx, (unsigned char* )data, data_len) =… in runIt_cmacProfiling()
|
| D | run_integration_aes.c | 143 char testParam[PARAM_LEN] = { 0 }; in runIt_aesCtrTestProfiling() local 150 snprintf(testParam, PARAM_LEN - 1, "%uB", data_len); in runIt_aesCtrTestProfiling() 172 …RUNIT_ASSERT_W_PARAM(testParam, mbedtls_aes_crypt_ctr(&ctx, data_len, &offset, nonce_counter, stre… in runIt_aesCtrTestProfiling()
|
| D | run_integration_gcm.c | 61 char testParam[PARAM_LEN] = { 0 }; in runIt_gcmProfiling() local 66 snprintf(testParam, PARAM_LEN - 1, "%"PRIu32"B", (uint32_t)data_len); in runIt_gcmProfiling()
|