Searched refs:TLS_UNR (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 497 # define TLS_UNR(bit, req) (bitset(bit, req) ? SFF_NORFILES : 0) macro 502 TLS_UNR(TLS_I_KEY_UNR, req)) 699 TLS_SAFE_F(certfile, sff | TLS_UNR(TLS_I_CERT_UNR, req), 705 TLS_SAFE_F(cacertfile, sff | TLS_UNR(TLS_I_CERTF_UNR, req), 708 TLS_SAFE_F(dhparam, sff | TLS_UNR(TLS_I_DHPAR_UNR, req), 711 TLS_SAFE_F(CRLFile, sff | TLS_UNR(TLS_I_CRLF_UNR, req), 719 TLS_SAFE_F(cf2, sff | TLS_UNR(TLS_I_CERT_UNR, req),
|