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

Function registerArc4

src/plugins/crypt/arc4/Arc4.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void registerArc4(IPluginManager* iPlugin)
171{
172 iPlugin->registerPluginFactory(IPluginManager::TYPE_WIRE_CRYPT, "Arc4", &factory);
173}
174
175} // namespace Crypt

Callers 1

registerRedirectorFunction · 0.85

Calls 1

registerPluginFactoryMethod · 0.45

Tested by

no test coverage detected