Searched refs:calcomp (Results 1 – 1 of 1) sorted by relevance
45 static int calcomp(struct calendar *pjd1, struct calendar *pjd2) in calcomp() function1161 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()