Searched refs:not_before_seconds (Results 1 – 2 of 2) sorted by relevance
671 uint32_t not_before_days, uint32_t not_before_seconds,
450 uint32_t not_before_days, uint32_t not_before_seconds, in verify_time_cb() argument461 not_before = ((not_before_days - X509_DAYS_TO_UTC0) * SECONDS_PER_DAY) + not_before_seconds; in verify_time_cb()