Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ HMAC_RMD
Method
HMAC_RMD
extra/yassl/src/crypto_wrapper.cpp:327–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
326
327
HMAC_RMD::HMAC_RMD(const byte* secret, unsigned int len)
328
: pimpl_(NEW_YS HMAC_RMDImpl)
329
{
330
pimpl_->mac_.SetKey(secret, len);
331
}
332
333
334
HMAC_RMD::~HMAC_RMD() { ysDelete(pimpl_); }
Callers
nothing calls this directly
Calls
1
SetKey
Method · 0.45
Tested by
no test coverage detected