Home
last modified time | relevance | path

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

/trueos/contrib/ntp/include/
HDntp_crypto.h37 #define CERT_PRIV 0x08 /* certificate is private */ macro
/trueos/contrib/ntp/ntpd/
HDntp_crypto.c1278 if (cp->flags & CERT_PRIV) in crypto_xmit()
3169 ret->flags |= CERT_PRIV; in cert_parse()
4091 if (!(cinfo->flags & CERT_PRIV) && strcmp(cinfo->subject, in crypto_setup()
4115 if (cinfo->flags & CERT_PRIV) in crypto_setup()