Searched defs:hmac (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/input/ |
D | Input.cpp | 114 std::array<uint8_t, 32> hmac) { in initialize() 146 std::array<uint8_t, 32> hmac, int32_t action, int32_t flags, in initialize() 321 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, in initialize() 567 std::vector<uint8_t> hmac; in readFromParcel() local 629 std::vector<uint8_t> hmac(mHmac.begin(), mHmac.end()); in writeToParcel() local
|
D | InputTransport.cpp | 442 std::array<uint8_t, 32> hmac, int32_t action, in publishKeyEvent() 485 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, int32_t flags, in publishMotionEvent()
|
/frameworks/base/core/jni/ |
D | android_view_KeyEvent.cpp | 97 ScopedLocalRef<jbyteArray> hmac = toJbyteArray(env, event->getHmac()); in android_view_KeyEvent_fromNative() local 124 std::optional<std::array<uint8_t, 32>> hmac = fromJobject<32>(env, hmacObj); in android_view_KeyEvent_toNative() local
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 80 constexpr std::array<uint8_t, 32> hmac = {31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, in PublishAndConsumeKeyEvent() local 148 constexpr std::array<uint8_t, 32> hmac = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, in PublishAndConsumeMotionEvent() local
|
/frameworks/native/include/input/ |
D | InputTransport.h | 90 std::array<uint8_t, 32> hmac; member 110 std::array<uint8_t, 32> hmac; member
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2480 std::array<uint8_t, 32> hmac = getSignature(*keyEntry, *dispatchEntry); in startDispatchCycleLocked() local 2533 std::array<uint8_t, 32> hmac = getSignature(*motionEntry, *dispatchEntry); in startDispatchCycleLocked() local
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 1617 int deviceId, int scancode, int flags, int source, int displayId, @Nullable byte[] hmac, in obtain()
|