Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Dtls.c590 TLS_OK_F(keyfile, "KeyFile", bitset(TLS_I_KEY_EX, req),
615 TLS_OK_F(kf2, "KeyFile", bitset(TLS_I_KEY_EX, req),
674 bitset(TLS_I_KEY_EX, req),
699 bitset(TLS_I_KEY_EX, req),
H A Dsendmail.h1844 #define TLS_I_KEY_EX 0x00000004 /* key must exist */ macro
1869 #define TLS_I_SRV_CERT (TLS_I_CERT_EX | TLS_I_KEY_EX | \