Searched refs:tscal (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c1107 struct calendar tscal; local
1167 (void)ntpcal_ntp_to_date(&tscal, tstamp, NULL);
1168 if ((calcomp(&tscal, &(cert_host->first)) < 0)
1169 || (calcomp(&tscal, &(cert_host->last)) > 0))
3162 struct calendar tscal; local
3226 (void)ntpcal_ntp_to_date(&tscal, tstamp, NULL);
3227 if ((calcomp(&tscal, &(cert_host->first)) < 0)
3228 || (calcomp(&tscal, &(cert_host->last)) > 0)) {

Completed in 106 milliseconds