Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c665 req |= TLS_I_DH1024;
680 req |= (srv ? TLS_I_DH1024 : TLS_I_DH512);
996 if (dh == NULL && bitset(TLS_I_DH1024, req))
H A Dsendmail.h1861 #define TLS_I_DH1024 0x00080000 /* generate 1024bit DH param */ macro