Searched refs:BENCHMARK_KM_SIGNATURE_ALL_MSGS (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 439 #define BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, keySize) \ macro 551 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 64) \ 552 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 128) \ 553 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 256) \ 554 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 512) \ 555 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 1024) \ 556 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 2024) \ 557 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 4096) \ 558 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 8192) 568 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 224) \ [all …]
|