Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Denforcements.rs637 hat.satisfies(&user_secure_ids, auth_type) in authorize_create()
819 (challenge == hat.challenge()) && hat.satisfies(&sids, auth_type) in get_auth_tokens()
834 token_valid && auth_token_entry.satisfies(&sids, auth_type) in get_auth_tokens()
Ddatabase.rs796 pub fn satisfies(&self, user_secure_ids: &[i64], auth_type: HardwareAuthenticatorType) -> bool { in satisfies() method