Home
last modified time | relevance | path

Searched refs:get_auth_tokens (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/
Denforcements.rs92 fn get_auth_tokens(&self) -> Result<(HardwareAuthToken, Option<TimeStampToken>)> { in get_auth_tokens() method
283 self.get_auth_tokens() in before_update()
313 self.get_auth_tokens().map(|(hat, tst)| (hat, tst, confirmation_token)) in before_finish()
339 fn get_auth_tokens(&mut self) -> Result<(Option<HardwareAuthToken>, Option<TimeStampToken>)> { in get_auth_tokens() method
341 Some(auth_request.get_auth_tokens().context("In AuthInfo::get_auth_tokens.")?) in get_auth_tokens()
809 pub fn get_auth_tokens( in get_auth_tokens() method
Dauthorization.rs228 ENFORCEMENTS.get_auth_tokens(challenge, secure_user_id, auth_token_max_age_millis)?; in get_auth_tokens_for_credstore()
Ddatabase.rs3347 let auth_tokens_returned = get_auth_tokens(&db); in test_auth_token_table_invariant()
3362 let mut auth_tokens_returned = get_auth_tokens(&db); in test_auth_token_table_invariant()
3381 let auth_tokens_returned = get_auth_tokens(&db); in test_auth_token_table_invariant()
3388 fn get_auth_tokens(db: &KeystoreDB) -> Vec<AuthTokenEntry> { in get_auth_tokens() function