Searched refs:ID_ROTATION_PERIOD (Results 1 – 1 of 1) sorted by relevance
31 const ID_ROTATION_PERIOD: Duration = Duration::from_secs(30 * 24 * 60 * 60); // Thirty days. constant67 / ID_ROTATION_PERIOD.as_millis(); in had_factory_reset_since_id_rotation()72 .checked_add(ID_ROTATION_PERIOD * temporal_counter_value.try_into()?) in had_factory_reset_since_id_rotation()156 creation_datetime += ID_ROTATION_PERIOD; in test_existing_timestamp()165 let mtime = TimeVal::seconds((ID_ROTATION_PERIOD.as_secs() * 10).try_into().unwrap()); in test_existing_timestamp()166 let atime = TimeVal::seconds((ID_ROTATION_PERIOD.as_secs() * 10).try_into().unwrap()); in test_existing_timestamp()