Searched refs:BENCHMARK_KM_SIGNATURE_ALL_MSGS (Results 1 – 2 of 2) 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 …]
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 558 #define BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, keySize) \ macro 740 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 64) \ 741 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 128) \ 742 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 256) \ 743 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 512)
|