Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dauthorization.rs109 fn add_auth_token(&self, auth_token: &HardwareAuthToken) -> Result<()> { in add_auth_token() method
123 ENFORCEMENTS.add_auth_token(auth_token.clone()); in add_auth_token()
255 self.add_auth_token(auth_token).map_err(into_logged_binder) in addAuthToken()
Denforcements.rs89 fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() method
183 pub fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() method
193 recv.add_auth_token(hat); in add_auth_token()
219 fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() method
221 state_arc.add_auth_token(hat); in add_auth_token()
769 pub fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() method
771 self.op_auth_map.add_auth_token(hat); in add_auth_token()