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 | 372 #define BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, keySize) \ macro 490 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 64) \ 491 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 128) \ 492 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 256) \ 493 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 512) 503 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 224) \ 504 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 256) \ 505 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 384) \ 506 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 521) 516 BENCHMARK_KM_SIGNATURE_ALL_MSGS(transform, 2048) \ [all …]
|