Home
last modified time | relevance | path

Searched refs:is_newer_than (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dauth_token_table.cpp154 if (entry.SatisfiesAuth(sids, auth_type) && entry.is_newer_than(newest_match)) in FindTimedAuthorization()
241 token_.authenticatorId == entry.token_.authenticatorId && is_newer_than(&entry)); in Supersedes()
Dauth_token_table.h123 bool is_newer_than(const Entry* entry) const { in is_newer_than() function