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

/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.h139 #define TLS_I_DH2048 0x00100000 /* generate 2048bit DH param */ macro
H A Dtls.c1048 req |= TLS_I_DH2048;
1374 if (dh == NULL && bitset(TLS_I_DH1024|TLS_I_DH2048, req))
1379 bits = bitset(TLS_I_DH2048, req) ? 2048 : 1024;

Completed in 73 milliseconds