Searched refs:time_received (Results 1 – 3 of 3) sorted by relevance
97 matches.sort_by_key(|x| x.0.time_received); in find_auth_token_entry()
614 .checked_sub(&hat.time_received()) in authorize_create()677 .checked_sub(&hat.time_received()) in authorize_create()849 .checked_sub(&auth_token_entry.time_received()) in get_auth_tokens()888 result.map(|auth_token_entry| auth_token_entry.time_received()) in get_last_auth_time()
837 time_received: BootTime, field841 fn new(auth_token: HardwareAuthToken, time_received: BootTime) -> Self { in new()842 AuthTokenEntry { auth_token, time_received } in new()864 pub fn time_received(&self) -> BootTime { in time_received() method865 self.time_received in time_received()