Home
last modified time | relevance | path

Searched defs:AuthTokenEntry (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/security/keystore2/src/database/
H A Dperboot.rs91 pub fn insert_auth_token_entry(&self, entry: AuthTokenEntry) { in insert_auth_token_entry()
99 ) -> Option<AuthTokenEntry> { in find_auth_token_entry()
119 pub fn get_all_auth_token_entries(&self) -> Vec<AuthTokenEntry> { in get_all_auth_token_entries()
/aosp12/system/security/keystore2/src/
H A Ddatabase.rs784 pub struct AuthTokenEntry { struct
790 impl AuthTokenEntry { implementation
3163 pub fn find_auth_token_entry<F>(&self, p: F) -> Option<(AuthTokenEntry, MonotonicRawTime)> in find_auth_token_entry()
3386 fn get_auth_tokens(db: &KeystoreDB) -> Vec<AuthTokenEntry> { in get_auth_tokens()
H A Denforcements.rs702 fn find_auth_token<F>(p: F) -> Option<(AuthTokenEntry, MonotonicRawTime)> in find_auth_token()