Searched refs:find_auth_token_entry (Results 1 – 4 of 4) sorted by relevance
91 pub fn find_auth_token_entry<P: Fn(&AuthTokenEntry) -> bool>( in find_auth_token_entry() method
725 DB.with(|db| db.borrow().find_auth_token_entry(p)) in find_auth_token()
1012 if let Some(auth_token_entry) = db.find_auth_token_entry(|entry| { in try_unlock_user_with_biometric()
2796 pub fn find_auth_token_entry<F>(&self, p: F) -> Option<AuthTokenEntry> in find_auth_token_entry() method2800 self.perboot.find_auth_token_entry(p) in find_auth_token_entry()5400 assert_eq!(db.find_auth_token_entry(|_| true).unwrap().auth_token.mac, b"mac2".to_vec()); in find_auth_token_entry_returns_latest()