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

Method getHash

src/common/sha.cpp:369–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 }
368
369 void Sha1::getHash(UCharBuffer& hash)
370 {
371 fb_assert(active);
372 sha_final(hash.getBuffer(HASH_SIZE), &handle);
373 }
374
375 void Sha1::reset()
376 {

Callers 3

getUserHashMethod · 0.45
clientSessionKeyMethod · 0.45
serverSessionKeyMethod · 0.45

Calls 2

sha_finalFunction · 0.85
getBufferMethod · 0.45

Tested by

no test coverage detected