Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
void DES::set_encryptKey(const byte* k, const byte* iv)
382
{
383
pimpl_->encryption.SetKey(k, DES_KEY_SZ, iv);
384
}
385
386
387
void DES::set_decryptKey(const byte* k, const byte* iv)
Callers
3
setKeys
Method · 0.45
DES_ede3_cbc_encrypt
Function · 0.45
DES_ecb_encrypt
Function · 0.45
Calls
1
SetKey
Method · 0.45
Tested by
no test coverage detected