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

  /hardware/libhardware/include/hardware/
hw_auth_token.h 43 uint64_t authenticator_id; // secure authenticator ID member in struct:__anon43187
  /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,
  /system/gatekeeper/
gatekeeper.cpp 121 secure_id_t authenticator_id = 0; local
153 user_id, authenticator_id, request.challenge);
224 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id,
234 token->authenticator_id = authenticator_id;
  /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/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 479 if (user_secure_id != auth_token.user_id && user_secure_id != auth_token.authenticator_id) {
481 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 90 ASSERT_NE((uint64_t) 0, auth_token->authenticator_id);
  /system/security/keystore/
keymaster_enforcement.cpp 505 if (user_secure_id != auth_token.user_id && user_secure_id != auth_token.authenticator_id) {
507 auth_token.user_id, auth_token.authenticator_id, user_secure_id);
key_store_service.cpp     [all...]
  /hardware/interfaces/gatekeeper/1.0/vts/functional/
VtsHalGatekeeperV1_0TargetTest.cpp 73 // EXPECT_NE(UINT64_C(0), auth_token->authenticator_id);
74 ALOGI("Authenticator ID: %016" PRIX64, auth_token->authenticator_id);

Completed in 75 milliseconds