Home
last modified time | relevance | path

Searched refs:insert_auth_token_entry (Results 1 – 2 of 2) 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() method
/aosp12/system/security/keystore2/src/
H A Ddatabase.rs3156 self.perboot.insert_auth_token_entry(AuthTokenEntry::new( in insert_auth_token()