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

Function DH_new

extra/yassl/src/ssl.cpp:960–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958
959
960DH* DH_new(void)
961{
962 DH* dh = NEW_YS DH;
963 if (dh)
964 dh->p = dh->g = 0;
965 return dh;
966}
967
968
969void DH_free(DH* dh)

Callers 2

SetDHFunction · 0.85
set_tmpDHFunction · 0.85

Calls

no outgoing calls

Tested by 1

set_tmpDHFunction · 0.68