Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
969
void 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
~Base
Method · 0.85
SetDH
Function · 0.85
echoserver_test
Function · 0.85
server_test
Function · 0.85
set_tmpDH
Function · 0.85
Calls
1
ysDelete
Function · 0.85
Tested by
1
set_tmpDH
Function · 0.68