Home
last modified time | relevance | path

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

/system/security/keystore2/src/database/
Dperboot.rs48 struct AuthTokenEntryWrap(AuthTokenEntry); struct
50 impl std::hash::Hash for AuthTokenEntryWrap { implementation
56 impl PartialEq<AuthTokenEntryWrap> for AuthTokenEntryWrap { implementation
57 fn eq(&self, other: &AuthTokenEntryWrap) -> bool { in eq()
63 impl Eq for AuthTokenEntryWrap {} implementation
72 auth_tokens: RwLock<HashSet<AuthTokenEntryWrap>>,
92 self.auth_tokens.write().unwrap().replace(AuthTokenEntryWrap(entry)); in insert_auth_token_entry()