HomeSort by relevance Sort by last modified time
    Searched refs:authenticator_id (Results 1 - 9 of 9) sorted by null

  /hardware/libhardware/include/hardware/
hw_auth_token.h 43 uint64_t authenticator_id; // secure authenticator ID member in struct:__anon30871
  /system/gatekeeper/include/gatekeeper/
gatekeeper.h 180 secure_id_t user_id, secure_id_t authenticator_id, uint64_t challenge);
186 secure_id_t secure_id, secure_id_t authenticator_id, uint8_t handle_version,
  /device/generic/goldfish/fingerprint/
fingerprint.c 85 uint64_t authenticator_id; member in struct:qemu_fingerprint_device_t
244 uint64_t authenticator_id = 0; local
246 authenticator_id = qdev->authenticator_id;
249 ALOGD("----------------> %s auth id %" PRIx64 "----------------->", __FUNCTION__, authenticator_id);
250 return authenticator_id;
263 uint64_t authenticator_id = 0; local
265 loadAuthenticatorId(qdev->listener.authid_filename, &authenticator_id);
266 if (authenticator_id == 0) {
268 authenticator_id = get_64bit_rand()
    [all...]
  /system/gatekeeper/
gatekeeper.cpp 121 secure_id_t authenticator_id = 0; local
153 user_id, authenticator_id, request.challenge);
218 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id,
228 token->authenticator_id = authenticator_id;
  /system/keymaster/
keymaster_enforcement_test.cpp 525 token.authenticator_id = 0;
548 token.authenticator_id = 0;
577 token.authenticator_id = 0;
601 token.authenticator_id = 0;
628 token.authenticator_id = 0;
657 token.authenticator_id = 0;
686 token.authenticator_id = 10;
691 .Authorization(TAG_USER_SECURE_ID, token.authenticator_id)
709 token.authenticator_id = 0;
761 token.authenticator_id = 0
    [all...]
keymaster_enforcement.cpp 470 if (user_secure_id != auth_token.user_id && user_secure_id != auth_token.authenticator_id) {
472 auth_token.authenticator_id, user_secure_id);
  /system/security/keystore/tests/
auth_token_table_test.cpp 73 token->authenticator_id = ssid;
109 EXPECT_EQ(2U, found->authenticator_id);
113 EXPECT_EQ(2U, found->authenticator_id);
117 EXPECT_EQ(4U, found->authenticator_id);
121 EXPECT_EQ(4U, found->authenticator_id);
  /system/core/gatekeeperd/tests/
gatekeeper_test.cpp 91 ASSERT_NE((uint64_t) 0, auth_token->authenticator_id);
  /system/security/keystore/
auth_token_table.cpp 197 if ((sid == token_->authenticator_id) ||

Completed in 243 milliseconds