Searched refs:TLS_I_DH2048 (Results 1 – 2 of 2) sorted by relevance
151 #define TLS_I_DH2048 0x00100000 /* generate 2048bit DH param */ macro
1055 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;