Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp344 const ui::Transform* rawTransform, const std::array<uint8_t, 32>* hmac) { in toMotionEvent()
360 const std::array<uint8_t, 32>* hmac) { in toKeyEvent()
/frameworks/native/services/inputflinger/tests/
DFakeInputTracingBackend.cpp42 const std::array<uint8_t, 32>& hmac) { in toInputEvent()
54 const std::array<uint8_t, 32>& hmac) { in toInputEvent()
/frameworks/base/core/java/android/security/attestationverification/
DVerificationToken.java134 @NonNull byte[] hmac, in VerificationToken()
369 @NonNull byte[] hmac, in Builder()
/frameworks/base/core/jni/
Dandroid_view_KeyEvent.cpp98 ScopedLocalRef<jbyteArray> hmac = toJbyteArray(env, event.getHmac()); in android_view_KeyEvent_obtainAsCopy() local
124 std::optional<std::array<uint8_t, 32>> hmac = fromJobject<32>(env, hmacObj); in android_view_KeyEvent_obtainAsCopy() local
/frameworks/base/core/java/android/view/displayhash/
DDisplayHash.java79 @NonNull String hashAlgorithm, @NonNull byte[] imageHash, @NonNull byte[] hmac) { in DisplayHash()
/frameworks/native/libs/input/
DInput.cpp312 ui::LogicalDisplayId displayId, std::array<uint8_t, 32> hmac) { in initialize()
375 ui::LogicalDisplayId displayId, std::array<uint8_t, 32> hmac, in initialize()
554 ui::LogicalDisplayId displayId, std::array<uint8_t, 32> hmac, in initialize()
834 std::vector<uint8_t> hmac; in readFromParcel() local
902 std::vector<uint8_t> hmac(mHmac.begin(), mHmac.end()); in writeToParcel() local
DInputTransport.cpp534 std::array<uint8_t, 32> hmac, int32_t action, in publishKeyEvent()
576 ui::LogicalDisplayId displayId, std::array<uint8_t, 32> hmac, int32_t action, in publishMotionEvent()
/frameworks/native/include/input/
DInputTransport.h100 std::array<uint8_t, 32> hmac; member
120 std::array<uint8_t, 32> hmac; member
/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingBackendInterface.h116 std::array<uint8_t, 32> hmac; member
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp69 std::array<uint8_t, 32> hmac; member
268 constexpr std::array<uint8_t, 32> hmac = {31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, in publishAndConsumeKeyEvent() local
DInputPublisherAndConsumerNoResampling_test.cpp76 std::array<uint8_t, 32> hmac; member
451 constexpr std::array<uint8_t, 32> hmac = {31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, in publishAndConsumeKeyEvent() local
/frameworks/base/core/java/android/view/
DKeyEvent.java1752 @Nullable byte[] hmac, @Nullable String characters) { in KeyEvent()
1791 int deviceId, int scancode, int flags, int source, int displayId, @Nullable byte[] hmac, in obtain()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3767 std::array<uint8_t, 32> hmac = getSignature(motionEntry, dispatchEntry); in publishMotionEvent() local
3805 std::array<uint8_t, 32> hmac = getSignature(keyEntry, *dispatchEntry); in startDispatchCycleLocked() local