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

Function evlDecrypt

src/jrd/SysFunction.cpp:3567–3571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3565}
3566
3567dsc* evlDecrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args,
3568 impure_value* impure)
3569{
3570 return evlEncryptDecrypt(tdbb, function, args, impure, false);
3571}
3572
3573
3574dsc* evlEncodeDecode64(thread_db* tdbb, bool encodeFlag, const SysFunction* function, const NestValueArray& args, impure_value* impure)

Callers

nothing calls this directly

Calls 1

evlEncryptDecryptFunction · 0.85

Tested by

no test coverage detected