Home
last modified time | relevance | path

Searched refs:MEDIUM_MESSAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp106 #define MEDIUM_MESSAGE_SIZE 1024 macro
172 message_cache_.push_back(string(MEDIUM_MESSAGE_SIZE, 'x')); in KeymasterWrapper()
428 BENCHMARK_KM_MSG(func, transform, keySize, MEDIUM_MESSAGE_SIZE) \
/hardware/interfaces/security/keymint/aidl/vts/performance/
DKeyMintBenchmark.cpp31 #define MEDIUM_MESSAGE_SIZE 1024 macro
49 message_cache_.push_back(string(MEDIUM_MESSAGE_SIZE, 'x')); in KeyMintBenchmarkTest()
361 BENCHMARK_KM_MSG(func, transform, keySize, MEDIUM_MESSAGE_SIZE) \