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

Method set_encryptKey

extra/yassl/src/crypto_wrapper.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379
380
381void DES::set_encryptKey(const byte* k, const byte* iv)
382{
383 pimpl_->encryption.SetKey(k, DES_KEY_SZ, iv);
384}
385
386
387void DES::set_decryptKey(const byte* k, const byte* iv)

Callers 3

setKeysMethod · 0.45
DES_ede3_cbc_encryptFunction · 0.45
DES_ecb_encryptFunction · 0.45

Calls 1

SetKeyMethod · 0.45

Tested by

no test coverage detected