Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_crypto.c45 static int calcomp(struct calendar *pjd1, struct calendar *pjd2) in calcomp() function
1168 if ((calcomp(&tscal, &(cert_host->first)) < 0) in crypto_xmit()
1169 || (calcomp(&tscal, &(cert_host->last)) > 0)) in crypto_xmit()
3227 if ((calcomp(&tscal, &(cert_host->first)) < 0) in cert_sign()
3228 || (calcomp(&tscal, &(cert_host->last)) > 0)) { in cert_sign()
3419 if ((calcomp(&(xp->first), &(yp->first)) < 0) in cert_hike()
3420 || (calcomp(&(xp->first), &(yp->last)) > 0)) { in cert_hike()
3605 if ((calcomp(&(ret->first), &(ret->last)) > 0) in cert_parse()
3606 || (calcomp(&(ret->first), &fscal) < 0)) { in cert_parse()