Home
last modified time | relevance | path

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

/system/security/keystore2/src/database/
Dperboot.rs72 auth_tokens: RwLock<HashSet<AuthTokenEntryWrap>>, field
92 self.auth_tokens.write().unwrap().replace(AuthTokenEntryWrap(entry)); in insert_auth_token_entry()
100 let reader = self.auth_tokens.read().unwrap(); in find_auth_token_entry()
115 self.auth_tokens.read().unwrap().len() in auth_tokens_len()
120 self.auth_tokens.read().unwrap().iter().cloned().map(|x| x.0).collect() in get_all_auth_token_entries()