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

  /hardware/libhardware/include/hardware/
hw_auth_token.h 44 uint32_t authenticator_type; // hw_authenticator_type_t, in network order member in struct:__anon43187
  /system/keymaster/
keymaster_enforcement_test.cpp 526 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
549 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
578 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
602 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
629 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
658 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
687 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
710 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
762 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
    [all...]
keymaster_enforcement.cpp 495 uint32_t token_auth_type = ntoh(auth_token.authenticator_type);
  /system/security/keystore/
auth_token_table.h 134 HardwareAuthenticatorType authenticator_type() const;
auth_token_table.cpp 222 HardwareAuthenticatorType AuthTokenTable::Entry::authenticator_type() const { function in class:AuthTokenTable::Entry
232 (sid == token_->userId && (auth_type & authenticator_type()) != 0))
keymaster_enforcement.cpp 520 uint32_t token_auth_type = ntoh(auth_token.authenticator_type);
key_store_service.cpp     [all...]
  /system/core/gatekeeperd/tests/
gatekeeper_test.cpp 86 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type));
  /system/gatekeeper/tests/
gatekeeper_device_test.cpp 101 ASSERT_EQ(htonl(HW_AUTH_PASSWORD), hat->authenticator_type);
  /system/gatekeeper/
gatekeeper.cpp 235 token->authenticator_type = htonl(HW_AUTH_PASSWORD);
  /hardware/interfaces/gatekeeper/1.0/vts/functional/
VtsHalGatekeeperV1_0TargetTest.cpp 67 uint32_t auth_type = ntohl(auth_token->authenticator_type);
  /device/generic/goldfish/fingerprint/
fingerprint.c 334 if (hat->challenge != dev->challenge && !(hat->authenticator_type & HW_AUTH_FINGERPRINT)) {
583 auth_msg.data.authenticated.hat.authenticator_type =
  /system/security/keystore/tests/
auth_token_table_test.cpp 74 token->authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));

Completed in 1776 milliseconds