Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getDecryptKey
Method
getDecryptKey
src/remote/remote.cpp:1813–1816 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1811
}
1812
1813
const void* InternalCryptKey::getDecryptKey(unsigned* length)
1814
{
1815
return decrypt.getCount() > 0 ? decrypt.get(length) : encrypt.get(length);
1816
}
1817
1818
1819
signed char wcCompatible[3][3] = {
Callers
2
setKey
Method · 0.45
setKey
Method · 0.45
Calls
2
getCount
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected