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

Method releaseKeys

src/remote/client/interface.cpp:10411–10417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10409}
10410
10411void ClntAuthBlock::releaseKeys(unsigned from)
10412{
10413 while (from < cryptKeys.getCount())
10414 {
10415 delete cryptKeys[from++];
10416 }
10417}
10418
10419void ClntAuthBlock::createCryptCallback(ICryptKeyCallback** callback)
10420{

Callers

nothing calls this directly

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected