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

Function evlEncrypt

src/jrd/SysFunction.cpp:3561–3565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3559}
3560
3561dsc* evlEncrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args,
3562 impure_value* impure)
3563{
3564 return evlEncryptDecrypt(tdbb, function, args, impure, true);
3565}
3566
3567dsc* evlDecrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args,
3568 impure_value* impure)

Callers

nothing calls this directly

Calls 1

evlEncryptDecryptFunction · 0.85

Tested by

no test coverage detected