Searched defs:hmac (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/security/attestationverification/ |
H A D | VerificationToken.java | 134 @NonNull byte[] hmac, in VerificationToken() 369 @NonNull byte[] hmac, in Builder()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_KeyEvent.cpp | 98 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
|
/aosp14/frameworks/base/core/java/android/view/displayhash/ |
H A D | DisplayHash.java | 79 @NonNull String hashAlgorithm, @NonNull byte[] imageHash, @NonNull byte[] hmac) { in DisplayHash()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | KeyEvent.java | 1668 @Nullable byte[] hmac, @Nullable String characters) { in KeyEvent() 1707 int deviceId, int scancode, int flags, int source, int displayId, @Nullable byte[] hmac, in obtain()
|