Home
last modified time | relevance | path

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

/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_fromNative() local
122 std::optional<std::array<uint8_t, 32>> hmac = fromJobject<32>(env, hmacObj); in android_view_KeyEvent_toNative() 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.cpp245 std::array<uint8_t, 32> hmac) { in initialize()
308 std::array<uint8_t, 32> hmac, int32_t action, int32_t flags, in initialize()
516 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, in initialize()
761 std::vector<uint8_t> hmac; in readFromParcel() local
829 std::vector<uint8_t> hmac(mHmac.begin(), mHmac.end()); in writeToParcel() local
DInputTransport.cpp567 std::array<uint8_t, 32> hmac, int32_t action, in publishKeyEvent()
612 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, int32_t flags, in publishMotionEvent()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp74 constexpr std::array<uint8_t, 32> hmac = {31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, in PublishAndConsumeKeyEvent() local
143 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/
DInputTransport.h102 std::array<uint8_t, 32> hmac; member
122 std::array<uint8_t, 32> hmac; member
/frameworks/base/core/java/android/view/
DKeyEvent.java1668 @Nullable byte[] hmac, @Nullable String characters) { in KeyEvent()
1707 int deviceId, int scancode, int flags, int source, int displayId, @Nullable byte[] hmac, in obtain()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3566 std::array<uint8_t, 32> hmac = getSignature(motionEntry, dispatchEntry); in publishMotionEvent() local
3607 std::array<uint8_t, 32> hmac = getSignature(keyEntry, *dispatchEntry); in startDispatchCycleLocked() local