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

Method reset

src/common/sha.cpp:375–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 }
374
375 void Sha1::reset()
376 {
377 clear();
378 sha_init(&handle);
379 active = true;
380 }
381
382 Sha1::~Sha1()
383 {

Callers 15

setupSkipDataMethod · 0.45
setupIncludeDataMethod · 0.45
executeMethod · 0.45
stringBooleanMethod · 0.45
executeMethod · 0.45
storeMethod · 0.45
gsecFunction · 0.45
PluginLogWriterMethod · 0.45
setupIdleTimerMethod · 0.45
acquire_shmemMethod · 0.45
initializeMethod · 0.45
CLIB_ROUTINE mainFunction · 0.45

Calls 2

sha_initFunction · 0.85
clearClass · 0.50

Tested by

no test coverage detected