Searched refs:TLS_I_DH2048 (Results 1 – 2 of 2) sorted by relevance
666 req |= TLS_I_DH2048;1014 if (dh == NULL && bitset(TLS_I_DH1024|TLS_I_DH2048, req))1019 bits = bitset(TLS_I_DH2048, req) ? 2048 : 1024;
1923 #define TLS_I_DH2048 0x00100000 /* generate 2048bit DH param */ macro