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.rs86 pub fn insert_auth_token_entry(&self, entry: AuthTokenEntry) { in insert_auth_token_entry() method
/system/security/keystore2/src/
Ddatabase.rs2792 .insert_auth_token_entry(AuthTokenEntry::new(auth_token.clone(), BootTime::now())) in insert_auth_token()