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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c163 struct cert_info *cert_host = NULL; /* host certificate */ variable in typeref:struct:cert_info
1168 if ((calcomp(&tscal, &(cert_host->first)) < 0)
1169 || (calcomp(&tscal, &(cert_host->last)) > 0))
1172 len = crypto_send(fp, &cert_host->cert, start);
3227 if ((calcomp(&tscal, &(cert_host->first)) < 0)
3228 || (calcomp(&tscal, &(cert_host->last)) > 0)) {
4011 cert_host = cinfo;

Completed in 50 milliseconds