Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Dclock.rs27 let mac_input = self.dev.keys.timestamp_token_mac_input(&ret)?; in generate_timestamp() localVariable
28 ret.mac = self.device_hmac(&mac_input)?; in generate_timestamp()
Doperation.rs674 let mac_input = crate::hardware_auth_token_mac_input(&auth_token)?; in check_auth_token() localVariable
675 if !self.verify_device_hmac(&mac_input, &auth_token.mac)? { in check_auth_token()
846 let mac_input = crate::clock::timestamp_token_mac_input(&timestamp_token)?; in check_subsequent_auth() localVariable
847 if !self.verify_device_hmac(&mac_input, &timestamp_token.mac)? { in check_subsequent_auth()