Home
last modified time | relevance | path

Searched refs:find_auth_token_entry (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/database/
Dperboot.rs91 pub fn find_auth_token_entry<P: Fn(&AuthTokenEntry) -> bool>( in find_auth_token_entry() method
/system/security/keystore2/src/
Denforcements.rs725 DB.with(|db| db.borrow().find_auth_token_entry(p)) in find_auth_token()
Dsuper_key.rs1012 if let Some(auth_token_entry) = db.find_auth_token_entry(|entry| { in try_unlock_user_with_biometric()
Ddatabase.rs2796 pub fn find_auth_token_entry<F>(&self, p: F) -> Option<AuthTokenEntry> in find_auth_token_entry() method
2800 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()