Searched refs:hat (Results 1 – 2 of 2) sorted by relevance
84 hw_auth_token_t *hat; in TEST_F() local98 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()
66 … const uint8_t* hat = reinterpret_cast<const uint8_t *>(&msg->data.authenticated.hat); in hal_notify_callback() local67 instance->notifyKeystore(hat, sizeof(msg->data.authenticated.hat)); in hal_notify_callback()