Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dauthorization.rs120 fn add_auth_token(&self, auth_token: &HardwareAuthToken) -> Result<()> { in add_auth_token() method
124 ENFORCEMENTS.add_auth_token(auth_token.clone()); in add_auth_token()
238 map_or_log_err(self.add_auth_token(auth_token), Ok) in addAuthToken()
Denforcements.rs88 fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() method
178 pub fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() method
188 recv.add_auth_token(hat); in add_auth_token()
214 fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() method
216 state_arc.add_auth_token(hat); in add_auth_token()
750 pub fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() method
752 self.op_auth_map.add_auth_token(hat); in add_auth_token()