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

  /hardware/libhardware/include/hardware/
hw_auth_token.h 34 } hw_authenticator_type_t; typedef in typeref:enum:__anon32170
44 uint32_t authenticator_type; // hw_authenticator_type_t, in network order
  /system/security/keystore/
auth_token_table.h 122 bool SatisfiesAuth(const std::vector<uint64_t>& sids, hw_authenticator_type_t auth_type);
136 hw_authenticator_type_t authenticator_type() const;
146 hw_authenticator_type_t auth_type,
150 hw_authenticator_type_t auth_type,
auth_token_table.cpp 92 hw_authenticator_type_t auth_type = HW_AUTH_NONE;
105 const std::vector<uint64_t>& sids, hw_authenticator_type_t auth_type,
124 hw_authenticator_type_t auth_type,
188 hw_authenticator_type_t AuthTokenTable::Entry::authenticator_type() const {
189 hw_authenticator_type_t result = static_cast<hw_authenticator_type_t>(
195 hw_authenticator_type_t auth_type) {
  /system/keymaster/
keymaster_tags.cpp 169 DEFINE_KEYMASTER_ENUM_TAG(KM_ENUM, TAG_USER_AUTH_TYPE, hw_authenticator_type_t);
  /system/keymaster/include/keymaster/
keymaster_tags.h 184 DECLARE_KEYMASTER_ENUM_TAG(KM_ENUM, TAG_USER_AUTH_TYPE, hw_authenticator_type_t);

Completed in 173 milliseconds