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

Method SetKey

extra/yassl/taocrypt/src/asn.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208
209void PublicKey::SetKey(const byte* k)
210{
211 memcpy(key_, k, sz_);
212}
213
214
215void PublicKey::AddToEnd(const byte* data, word32 len)

Callers 15

bench_desFunction · 0.45
bench_aesFunction · 0.45
bench_twofishFunction · 0.45
bench_blowfishFunction · 0.45
bench_arc4Function · 0.45
hmac_testFunction · 0.45
arc4_testFunction · 0.45
rabbit_testFunction · 0.45
hc128_testFunction · 0.45
des_testFunction · 0.45
aes_testFunction · 0.45
twofish_testFunction · 0.45

Calls

no outgoing calls

Tested by 8

hmac_testFunction · 0.36
arc4_testFunction · 0.36
rabbit_testFunction · 0.36
hc128_testFunction · 0.36
des_testFunction · 0.36
aes_testFunction · 0.36
twofish_testFunction · 0.36
blowfish_testFunction · 0.36