Searched defs:msgSize (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 354 #define BENCHMARK_KM_MSG(func, transform, keySize, msgSize) \ argument 364 #define BENCHMARK_KM_CIPHER(transform, keySize, msgSize) \ argument 417 static void sign(benchmark::State& state, string transform, int keySize, int msgSize) { in sign() 446 static void verify(benchmark::State& state, string transform, int keySize, int msgSize) { in verify() 537 static void encrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in encrypt() 566 static void decrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in decrypt() 626 #define BENCHMARK_KM_CIPHER_ALL_RSA_KEYS(transform, msgSize) \ argument
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 421 #define BENCHMARK_KM_MSG(func, transform, keySize, msgSize) \ argument 431 #define BENCHMARK_KM_CIPHER(transform, keySize, msgSize) \ argument 484 static void sign(benchmark::State& state, string transform, int keySize, int msgSize) { in sign() 510 static void verify(benchmark::State& state, string transform, int keySize, int msgSize) { in verify() 602 static void encrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in encrypt() 629 static void decrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in decrypt() 687 #define BENCHMARK_KM_CIPHER_ALL_RSA_KEYS(transform, msgSize) \ argument
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | SocketComm.cpp | 180 int32_t msgSize = readInt(mSockFd); in read() local
|