/aosp12/system/hwservicemanager/ |
H A D | TokenManager.cpp | 133 std::array<uint8_t, EVP_MAX_MD_SIZE> hmac; in generateToken() local 179 hidl_vec<uint8_t> TokenManager::makeToken(const uint64_t id, const uint8_t *hmac, uint64_t hmacSize… in makeToken()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | seg6_hmac.h | 29 __u8 hmac[SEG6_HMAC_FIELD_LEN]; member
|
/aosp12/system/keymaster/km_openssl/ |
H A D | hkdf.cpp | 60 HmacSha256 hmac; in GenerateKey() local
|
H A D | attestation_record.cpp | 954 HmacSha256 hmac; in generate_unique_id() local
|
/aosp12/system/keymaster/tests/ |
H A D | hmac_test.cpp | 65 HmacSha256 hmac; in TEST() local
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hw_auth_token.h | 46 uint8_t hmac[32]; member
|
/aosp12/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 125 std::optional<std::array<uint8_t, 32>> hmac = fromJobject<32>(env, hmacObj); in android_view_KeyEvent_toNative() local
|
/aosp12/frameworks/base/core/java/android/view/displayhash/ |
H A D | DisplayHash.java | 79 @NonNull String hashAlgorithm, @NonNull byte[] imageHash, @NonNull byte[] hmac) { in DisplayHash()
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/displayhash/ |
H A D | HmacKeyManager.java | 59 int hashAlgorithm, byte[] imageHash, byte[] hmac) { in verifyHmac()
|
/aosp12/frameworks/native/libs/input/ |
H A D | Input.cpp | 197 std::array<uint8_t, 32> hmac) { in initialize() 229 std::array<uint8_t, 32> hmac, int32_t action, int32_t flags, in initialize() 425 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, in initialize() 685 std::vector<uint8_t> hmac; in readFromParcel() local 751 std::vector<uint8_t> hmac(mHmac.begin(), mHmac.end()); in writeToParcel() local
|
H A D | InputTransport.cpp | 492 std::array<uint8_t, 32> hmac, int32_t action, in publishKeyEvent() 535 std::array<uint8_t, 32> hmac, int32_t action, int32_t actionButton, int32_t flags, in publishMotionEvent()
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ |
H A D | GenericOperation.h | 133 auto hmac = HMacer::hmac256(testKey, "\0", bytes_cast(secureInputToken.challenge), in deliverSecureInputEvent() local
|
/aosp12/frameworks/native/libs/input/tests/ |
H A D | InputPublisherAndConsumer_test.cpp | 78 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
|
/aosp12/hardware/qcom/keymaster/ |
H A D | keymaster_qcom.h | 64 uint8_t hmac[KM_HMAC_LENGTH]; member
|
/aosp12/frameworks/native/include/input/ |
H A D | InputTransport.h | 99 std::array<uint8_t, 32> hmac; member 119 std::array<uint8_t, 32> hmac; member
|
/aosp12/hardware/interfaces/confirmationui/1.0/vts/functional/ |
H A D | VtsHalConfirmationUIV1_0TargetTest.cpp | 82 auto hmac = HMacer::hmac256(testKey, data...); in testHMAC() local
|
/aosp12/hardware/interfaces/identity/support/tests/ |
H A D | IdentityCredentialSupportTest.cpp | 297 optional<vector<uint8_t>> hmac = support::hmacSha256(key, data); in TEST() local
|
/aosp12/hardware/interfaces/identity/support/src/ |
H A D | IdentityCredentialSupport.cpp | 566 vector<uint8_t> hmac; in hmacSha256() local
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 3142 std::array<uint8_t, 32> hmac = getSignature(keyEntry, *dispatchEntry); in startDispatchCycleLocked() local 3188 std::array<uint8_t, 32> hmac = getSignature(motionEntry, *dispatchEntry); in startDispatchCycleLocked() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | KeyEvent.java | 1631 int deviceId, int scancode, int flags, int source, int displayId, @Nullable byte[] hmac, in obtain()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/ |
H A D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |