Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c658 if (bitset(TLS_I_TRY_DH, req))
961 if (bitset(TLS_I_TRY_DH, req))
H A Dsendmail.h1856 #define TLS_I_TRY_DH 0x00004000 /* try DH certificate */ macro
1876 TLS_I_VRFY_LOC | TLS_I_TRY_DH | TLS_I_DH512 | \