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

Method Init

extra/yassl/taocrypt/src/md2.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void MD2::Init()
36{
37 memset(X_.get_buffer(), 0, X_SIZE);
38 memset(C_.get_buffer(), 0, BLOCK_SIZE);
39 memset(buffer_.get_buffer(), 0, BLOCK_SIZE);
40 count_ = 0;
41}
42
43
44void MD2::Update(const byte* data, word32 len)

Callers 1

DIGESTInitFunction · 0.45

Calls 1

get_bufferMethod · 0.45

Tested by

no test coverage detected