Searched defs:msgSize (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/ |
H A 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
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/ |
H A 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
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | NanoAppMessage.java | 120 int msgSize = in.readInt(); in NanoAppMessage() local
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | SocketComm.cpp | 180 int32_t msgSize = readInt(mSockFd); in read() local
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | PrivacyFilter.cpp | 107 uint32_t msgSize = in->readRawVarint(); in strip_field() local
|