Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SetSize
Method
SetSize
extra/yassl/taocrypt/src/asn.cpp:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
201
202
void PublicKey::SetSize(word32 s)
203
{
204
sz_ = s;
205
key_ = NEW_TC byte[sz_];
206
}
207
208
209
void PublicKey::SetKey(const byte* k)
Callers
1
StoreKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected