Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/mbedtls/test/
Dtest_aes_perf.c17 const unsigned CALLS = 256; variable
34 for (int c = 0; c < CALLS; c++) {
64 float mb_sec = (CALL_SZ * CALLS) / elapsed_usec;
Dtest_sha_perf.c16 const unsigned CALLS = 256; variable
30 for (int c = 0; c < CALLS; c++) {
49 float mb_sec = (CALL_SZ * CALLS) / elapsed_usec;
Dtest_mbedtls_sha.c483 const unsigned CALLS = 256; variable
495 for (int c = 0; c < CALLS; c++) {