MCPcopy Create free account
hub / github.com/Kitware/CMake / Initialize

Method Initialize

Source/cmCryptoHash.cxx:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void cmCryptoHash::Initialize()
211{
212 rhash_reset(this->CTX);
213}
214
215void cmCryptoHash::Append(void const* buf, size_t sz)
216{

Callers 2

ByteHashStringMethod · 0.95
ByteHashStreamMethod · 0.95

Calls 1

rhash_resetFunction · 0.85

Tested by

no test coverage detected