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

Method getKnownTypes

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

Source from the content-addressed store, hash-verified

148}
149
150const char* Arc4::getKnownTypes(CheckStatusWrapper* status)
151{
152 status->init();
153 return "Symmetric";
154}
155
156const unsigned char* Arc4::getSpecificData(CheckStatusWrapper* status, const char*, unsigned*)
157{

Callers 1

CryptKeyTypeManagerMethod · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected