Home
last modified time | relevance | path

Searched refs:HMAC (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/attestation/
DHmacKeyManager.cpp39 HMAC(EVP_sha256(), mHmacKey.data(), mHmacKey.size(), data, size, hash.data(), &hashLen); in sign()
/frameworks/base/core/tests/coretests/src/android/view/
DKeyEventTest.java50 private static final byte[] HMAC = null; field in KeyEventTest
168 DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, INVALID_DISPLAY, HMAC, CHARACTERS); in createKey()
/frameworks/proto_logging/stats/enums/system/security/keystore2/
Denums.proto43 HMAC = 128; enumerator
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp33 static constexpr std::array<uint8_t, 32> HMAC = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, member in android::BaseTest
188 event.initialize(id, 2, AINPUT_SOURCE_GAMEPAD, DISPLAY_ID, HMAC, AKEY_EVENT_ACTION_DOWN, in TEST_F()
197 EXPECT_EQ(HMAC, event.getHmac()); in TEST_F()
291 event->initialize(mId, 2, AINPUT_SOURCE_TOUCHSCREEN, DISPLAY_ID, HMAC, in initializeEventWithHistory()
348 EXPECT_EQ(HMAC, event->getHmac()); in assertEqualsEventWithHistory()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java144 public static final int KM_ALGORITHM_HMAC = Algorithm.HMAC;
/frameworks/proto_logging/stats/
Datoms.proto2185 // Hash algorithm: HMAC-SHA256
2212 // Hash algorithm: HMAC-SHA256
2243 // Hash algorithm: HMAC-SHA256
2279 // Hash algorithm: HMAC-SHA256
2339 // Hash algorithm: HMAC-SHA256
2432 // Hash algorithm: HMAC-SHA256
2464 // Hash algorithm: HMAC-SHA256
2512 // Hash algorithm: HMAC-SHA256
2562 // Hash algorithm: HMAC-SHA256
2594 // Hash algorithm: HMAC-SHA256
[all …]
/frameworks/native/services/sensorservice/
DSensorService.cpp1222 if (HMAC(EVP_sha256(), in getIdFromUuid()