Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
960
DH* 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
969
void DH_free(DH* dh)
Callers
2
SetDH
Function · 0.85
set_tmpDH
Function · 0.85
Calls
no outgoing calls
Tested by
1
set_tmpDH
Function · 0.68