Searched refs:TLS_I_CERT_EX (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 588 TLS_OK_F(certfile, "CertFile", bitset(TLS_I_CERT_EX, req), 610 TLS_OK_F(cf2, "CertFile", bitset(TLS_I_CERT_EX, req), 671 bitset(TLS_I_CERT_EX, req), 693 bitset(TLS_I_CERT_EX, req),
|
H A D | sendmail.h | 1842 #define TLS_I_CERT_EX 0x00000001 /* cert must exist */ macro 1869 #define TLS_I_SRV_CERT (TLS_I_CERT_EX | TLS_I_KEY_EX | \
|