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/proto_logging/stats/enums/system/security/keystore2/
Denums.proto43 HMAC = 128; enumerator
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp64 static constexpr std::array<uint8_t, 32> HMAC = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, member in android::__anon3fe023410111::BaseTest
225 event.initialize(id, 2, AINPUT_SOURCE_GAMEPAD, DISPLAY_ID, HMAC, AKEY_EVENT_ACTION_DOWN, in TEST_F()
234 EXPECT_EQ(HMAC, event.getHmac()); in TEST_F()
368 event->initialize(mId, 2, AINPUT_SOURCE_TOUCHSCREEN, DISPLAY_ID, HMAC, in initializeEventWithHistory()
385 EXPECT_EQ(HMAC, event->getHmac()); in assertEqualsEventWithHistory()
1098 event.initialize(InputEvent::nextId(), 2, AINPUT_SOURCE_TOUCHSCREEN, DISPLAY_ID, HMAC, in TEST_F()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java149 public static final int KM_ALGORITHM_HMAC = Algorithm.HMAC;
/frameworks/proto_logging/stats/atoms/input/
Dinput_atoms.proto45 // Hash algorithm: HMAC-SHA256
/frameworks/proto_logging/stats/
Datoms.proto3381 // Hash algorithm: HMAC-SHA256
3413 // Hash algorithm: HMAC-SHA256
3446 // Hash algorithm: HMAC-SHA256
3482 // Hash algorithm: HMAC-SHA256
3542 // Hash algorithm: HMAC-SHA256
3637 // Hash algorithm: HMAC-SHA256
3669 // Hash algorithm: HMAC-SHA256
3717 // Hash algorithm: HMAC-SHA256
3767 // Hash algorithm: HMAC-SHA256
3799 // Hash algorithm: HMAC-SHA256
[all …]
/frameworks/native/services/sensorservice/
DSensorService.cpp1474 if (HMAC(EVP_sha256(), in getIdFromUuid()