Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDntp_crypto.c163 struct cert_info *cert_host = NULL; /* host certificate */ variable
1161 if ((calcomp(&tscal, &(cert_host->first)) < 0) in crypto_xmit()
1162 || (calcomp(&tscal, &(cert_host->last)) > 0)) in crypto_xmit()
1165 len = crypto_send(fp, &cert_host->cert, start); in crypto_xmit()
3219 if ((calcomp(&tscal, &(cert_host->first)) < 0) in cert_sign()
3220 || (calcomp(&tscal, &(cert_host->last)) > 0)) { in cert_sign()
4001 cert_host = cinfo; in crypto_setup()