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

Method HMAC_MD5

extra/yassl/src/crypto_wrapper.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225
226HMAC_MD5::HMAC_MD5(const byte* secret, unsigned int len)
227 : pimpl_(NEW_YS HMAC_MD5Impl)
228{
229 pimpl_->mac_.SetKey(secret, len);
230}
231
232
233HMAC_MD5::~HMAC_MD5() { ysDelete(pimpl_); }

Callers

nothing calls this directly

Calls 1

SetKeyMethod · 0.45

Tested by

no test coverage detected