Home
last modified time | relevance | path

Searched refs:time_received (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/database/
Dperboot.rs102 matches.sort_by_key(|x| x.0.time_received); in find_auth_token_entry()
/system/security/keystore2/src/
Denforcements.rs656 .checked_sub(&hat.time_received()) in authorize_create()
663 let on_body_extended = allow_while_on_body && last_off_body < hat.time_received(); in authorize_create()
830 .checked_sub(&auth_token_entry.time_received()) in get_auth_tokens()
Ddatabase.rs787 time_received: MonotonicRawTime, field
791 fn new(auth_token: HardwareAuthToken, time_received: MonotonicRawTime) -> Self { in new()
792 AuthTokenEntry { auth_token, time_received } in new()
814 pub fn time_received(&self) -> MonotonicRawTime { in time_received() method
815 self.time_received in time_received()