Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/
H A Dvets.c51 #define X509_DAYS_TO_UTC0 719528 macro
467 not_before = ((not_before_days - X509_DAYS_TO_UTC0) * SECONDS_PER_DAY) + not_before_seconds; in verify_time_cb()
468 not_after = ((not_after_days - X509_DAYS_TO_UTC0) * SECONDS_PER_DAY) + not_after_seconds; in verify_time_cb()
547 mc.days = (ve_utc / SECONDS_PER_DAY) + X509_DAYS_TO_UTC0; in verify_signer_xcs()