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

Method createCryptCallback

src/remote/client/interface.cpp:10419–10427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10417}
10418
10419void ClntAuthBlock::createCryptCallback(ICryptKeyCallback** callback)
10420{
10421 if (*callback)
10422 return;
10423
10424 *callback = clientCrypt.create(clntConfig);
10425 if (*callback)
10426 createdInterface = callback;
10427}
10428
10429ICryptKeyCallback* ClntAuthBlock::ClientCrypt::create(const Config* conf)
10430{

Callers 1

initFunction · 0.80

Calls 1

createMethod · 0.45

Tested by

no test coverage detected