MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / process

Method process

src/common/sha.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 void Sha1::process(size_t length, const void* bytes)
365 {
366 sha_update(&handle, static_cast<const unsigned char*>(bytes), length);
367 }
368
369 void Sha1::getHash(UCharBuffer& hash)
370 {

Callers

nothing calls this directly

Calls 1

sha_updateFunction · 0.85

Tested by

no test coverage detected