OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SatisfiesAuth
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/
auth_token_table.cpp
116
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,
auth_token_table.h
122
bool
SatisfiesAuth
(const std::vector<uint64_t>& sids, hw_authenticator_type_t auth_type);
Completed in 137 milliseconds