Searched defs:TLS_UNR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c443 ** TLS_UNR -- macro to return whether a file should be unreadable
452 # define TLS_UNR(bit, req) (bitset(bit, req) ? SFF_NORFILES : 0) macro
457 TLS_UNR(TLS_I_KEY_UNR, req))
670 TLS_SAFE_F(certfile, sff | TLS_UNR(TLS_I_CERT_UNR, req),
676 TLS_SAFE_F(cacertfile, sff | TLS_UNR(TLS_I_CERTF_UNR, req),
679 TLS_SAFE_F(dhparam, sff | TLS_UNR(TLS_I_DHPAR_UNR, req),
683 TLS_SAFE_F(CRLFile, sff | TLS_UNR(TLS_I_CRLF_UNR, req),
692 TLS_SAFE_F(cf2, sff | TLS_UNR(TLS_I_CERT_UNR, req),

Completed in 59 milliseconds