MCPcopy 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
1813const void* InternalCryptKey::getDecryptKey(unsigned* length)
1814{
1815 return decrypt.getCount() > 0 ? decrypt.get(length) : encrypt.get(length);
1816}
1817
1818
1819signed char wcCompatible[3][3] = {

Callers 2

setKeyMethod · 0.45
setKeyMethod · 0.45

Calls 2

getCountMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected