Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dtls.h151 #define TLS_I_DH2048 0x00100000 /* generate 2048bit DH param */ macro
Dtls.c1055 req |= TLS_I_DH2048;
1380 if (dh == NULL && bitset(TLS_I_DH1024|TLS_I_DH2048, req))
1385 bits = bitset(TLS_I_DH2048, req) ? 2048 : 1024;