Searched refs:satisfies (Results 1 – 2 of 2) sorted by relevance
637 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()
796 pub fn satisfies(&self, user_secure_ids: &[i64], auth_type: HardwareAuthenticatorType) -> bool { in satisfies() method