Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c622 TLS_OK_F(keyfile, "KeyFile", bitset(TLS_I_KEY_EX, req),
644 TLS_OK_F(kf2, "KeyFile", bitset(TLS_I_KEY_EX, req),
703 bitset(TLS_I_KEY_EX, req),
726 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 | \