Searched refs:SMALL_MESSAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 105 #define SMALL_MESSAGE_SIZE 64 macro 171 message_cache_.push_back(string(SMALL_MESSAGE_SIZE, 'x')); in KeymasterWrapper() 427 BENCHMARK_KM_MSG(func, transform, keySize, SMALL_MESSAGE_SIZE) \ 692 BENCHMARK_KM_CIPHER_ALL_RSA_KEYS(RSA/ECB/NoPadding, SMALL_MESSAGE_SIZE); 693 BENCHMARK_KM_CIPHER_ALL_RSA_KEYS(RSA/ECB/PKCS1Padding, SMALL_MESSAGE_SIZE); 694 BENCHMARK_KM_CIPHER_ALL_RSA_KEYS(RSA/ECB/OAEPPadding, SMALL_MESSAGE_SIZE);
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 30 #define SMALL_MESSAGE_SIZE 64 macro 48 message_cache_.push_back(string(SMALL_MESSAGE_SIZE, 'x')); in KeyMintBenchmarkTest() 360 BENCHMARK_KM_MSG(func, transform, keySize, SMALL_MESSAGE_SIZE) \ 631 BENCHMARK_KM_CIPHER_ALL_RSA_KEYS(RSA/ECB/NoPadding, SMALL_MESSAGE_SIZE); 632 BENCHMARK_KM_CIPHER_ALL_RSA_KEYS(RSA/ECB/PKCS1Padding, SMALL_MESSAGE_SIZE); 633 BENCHMARK_KM_CIPHER_ALL_RSA_KEYS(RSA/ECB/OAEPPadding, SMALL_MESSAGE_SIZE);
|