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

Function DH_free

extra/yassl/src/ssl.cpp:969–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967
968
969void DH_free(DH* dh)
970{
971 ysDelete(dh->g);
972 ysDelete(dh->p);
973 ysDelete(dh);
974}
975
976
977// convert positive big-endian num of length sz into retVal, which may need to

Callers 5

~BaseMethod · 0.85
SetDHFunction · 0.85
echoserver_testFunction · 0.85
server_testFunction · 0.85
set_tmpDHFunction · 0.85

Calls 1

ysDeleteFunction · 0.85

Tested by 1

set_tmpDHFunction · 0.68