Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_crypto.c45 static int calcomp(struct calendar *pjd1, struct calendar *pjd2) in calcomp() function
1161 if ((calcomp(&tscal, &(cert_host->first)) < 0) in crypto_xmit()
1162 || (calcomp(&tscal, &(cert_host->last)) > 0)) in crypto_xmit()
3219 if ((calcomp(&tscal, &(cert_host->first)) < 0) in cert_sign()
3220 || (calcomp(&tscal, &(cert_host->last)) > 0)) { in cert_sign()
3410 if ((calcomp(&(xp->first), &(yp->first)) < 0) in cert_hike()
3411 || (calcomp(&(xp->first), &(yp->last)) > 0)) { in cert_hike()
3596 if ((calcomp(&(ret->first), &(ret->last)) > 0) in cert_parse()
3597 || (calcomp(&(ret->first), &fscal) < 0)) { in cert_parse()