Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/ta/src/
H A Doperation.rs674 let mac_input = crate::hardware_auth_token_mac_input(&auth_token)?; in check_auth_token() localVariable
846 let mac_input = crate::clock::timestamp_token_mac_input(&timestamp_token)?; in check_subsequent_auth() localVariable
H A Dclock.rs27 let mac_input = self.dev.keys.timestamp_token_mac_input(&ret)?; in generate_timestamp() localVariable