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

  /system/security/keystore/
auth_token_table.cpp 136 if (!matching_op->SatisfiesAuth(sids, auth_type)) return AUTH_TOKEN_WRONG_SID;
148 if (entry.SatisfiesAuth(sids, auth_type) && entry.is_newer_than(newest_match))
220 bool AuthTokenTable::Entry::SatisfiesAuth(const std::vector<uint64_t>& sids,
auth_token_table.h 115 bool SatisfiesAuth(const std::vector<uint64_t>& sids, HardwareAuthenticatorType auth_type);

Completed in 224 milliseconds