Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Denforcements.rs636 if let (Some(auth_type), true) = (user_auth_type, has_sids) { in authorize_create()
637 hat.satisfies(&user_secure_ids, auth_type) in authorize_create()
815 let auth_type = HardwareAuthenticatorType::ANY; in get_auth_tokens() localVariable
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()
799 && (((auth_type.0 as i32) & (self.auth_token.authenticatorType.0 as i32)) != 0) in satisfies()