Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getUserHash
Method · 0.45
clientSessionKey
Method · 0.45
serverSessionKey
Method · 0.45
Calls
2
sha_final
Function · 0.85
getBuffer
Method · 0.45
Tested by
no test coverage detected