Searched refs:TimeOverflow (Results 1 – 4 of 4) sorted by relevance
32 let not_after = not_before.checked_add(s).ok_or(MlsError::TimeOverflow)?; in seconds()65 assert_matches!(res, Err(MlsError::TimeOverflow)) in test_lifetime_overflow()
188 TimeOverflow, enumerator
2483 TEST(ASN1Test, TimeOverflow) { in TEST() argument