Home
last modified time | relevance | path

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

/system/security/keystore2/src/database/
Dperboot.rs91 pub fn insert_auth_token_entry(&self, entry: AuthTokenEntry) { in insert_auth_token_entry() method
/system/security/keystore2/src/
Ddatabase.rs3158 self.perboot.insert_auth_token_entry(AuthTokenEntry::new( in insert_auth_token()