MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / SetDH

Method SetDH

extra/yassl/src/yassl_int.cpp:2148–2154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2146
2147
2148bool SSL_CTX::SetDH(const DH& dh)
2149{
2150 dhParms_.p_ = dh.p->int_;
2151 dhParms_.g_ = dh.g->int_;
2152
2153 return dhParms_.set_ = true;
2154}
2155
2156
2157bool SSL_CTX::SetCipherList(const char* list)

Callers 3

readMethod · 0.80
SSLMethod · 0.80
SSL_CTX_set_tmp_dhFunction · 0.80

Calls 1

DiffieHellmanClass · 0.85

Tested by

no test coverage detected