Searched refs:BENCHMARK_KM_MSG (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 421 #define BENCHMARK_KM_MSG(func, transform, keySize, msgSize) \ macro 427 BENCHMARK_KM_MSG(func, transform, keySize, SMALL_MESSAGE_SIZE) \ 428 BENCHMARK_KM_MSG(func, transform, keySize, MEDIUM_MESSAGE_SIZE) \ 429 BENCHMARK_KM_MSG(func, transform, keySize, LARGE_MESSAGE_SIZE) 432 BENCHMARK_KM_MSG(encrypt, transform, keySize, msgSize) \ 433 BENCHMARK_KM_MSG(decrypt, transform, keySize, msgSize)
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 354 #define BENCHMARK_KM_MSG(func, transform, keySize, msgSize) \ macro 360 BENCHMARK_KM_MSG(func, transform, keySize, SMALL_MESSAGE_SIZE) \ 361 BENCHMARK_KM_MSG(func, transform, keySize, MEDIUM_MESSAGE_SIZE) \ 362 BENCHMARK_KM_MSG(func, transform, keySize, LARGE_MESSAGE_SIZE) 365 BENCHMARK_KM_MSG(encrypt, transform, keySize, msgSize) \ 366 BENCHMARK_KM_MSG(decrypt, transform, keySize, msgSize)
|