Home
last modified time | relevance | path

Searched refs:hat (Results 1 – 2 of 2) sorted by relevance

/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp84 hw_auth_token_t *hat; in TEST_F() local
98 hat = reinterpret_cast<hw_auth_token_t *>(auth_token); in TEST_F()
100 ASSERT_EQ(HW_AUTH_TOKEN_VERSION, hat->version); in TEST_F()
101 ASSERT_EQ(htonl(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp66 … const uint8_t* hat = reinterpret_cast<const uint8_t *>(&msg->data.authenticated.hat); in hal_notify_callback() local
67 instance->notifyKeystore(hat, sizeof(msg->data.authenticated.hat)); in hal_notify_callback()