Searched defs:SatisfiesAuth (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dauth_token_table.cpp116 if (!matching_op->SatisfiesAuth(sids, auth_type))
129 if (entry.SatisfiesAuth(sids, auth_type) && entry.is_newer_than(newest_match))
194 bool AuthTokenTable::Entry::SatisfiesAuth(const std::vector<uint64_t>& sids, function in class:AuthTokenTable::Entry

Completed in 72 milliseconds