Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDntp_crypto.c41 static int calcomp(struct calendar *pjd1, struct calendar *pjd2) in calcomp() function
1154 if ((calcomp(&tscal, &(cert_host->first)) < 0) in crypto_xmit()
1155 || (calcomp(&tscal, &(cert_host->last)) > 0)) in crypto_xmit()
3150 if ((calcomp(&tscal, &(cert_host->first)) < 0) in cert_sign()
3151 || (calcomp(&tscal, &(cert_host->last)) > 0)) { in cert_sign()
3340 if ((calcomp(&(xp->first), &(yp->first)) < 0) in cert_hike()
3341 || (calcomp(&(xp->first), &(yp->last)) > 0)) { in cert_hike()
3519 if ((calcomp(&(ret->first), &(ret->last)) > 0) in cert_parse()
3520 || (calcomp(&(ret->first), &fscal) < 0)) { in cert_parse()