MCPcopy 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
202void PublicKey::SetSize(word32 s)
203{
204 sz_ = s;
205 key_ = NEW_TC byte[sz_];
206}
207
208
209void PublicKey::SetKey(const byte* k)

Callers 1

StoreKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected