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

Method Swap

extra/yassl/taocrypt/src/md4.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69void MD4::Swap(MD4& other)
70{
71 STL::swap(loLen_, other.loLen_);
72 STL::swap(hiLen_, other.hiLen_);
73 STL::swap(buffLen_, other.buffLen_);
74
75 memcpy(digest_, other.digest_, DIGEST_SIZE);
76 memcpy(buffer_, other.buffer_, BLOCK_SIZE);
77}
78
79
80void MD4::Transform()

Callers 2

AS2Function · 0.45
resetMethod · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected