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

Function evlRsaEncrypt

src/jrd/SysFunction.cpp:3847–3850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3845}
3846
3847dsc* evlRsaEncrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)
3848{
3849 return evlRsaEncryptDecrypt(tdbb, function, args, impure, true);
3850}
3851
3852dsc* evlRsaPrivate(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)
3853{

Callers

nothing calls this directly

Calls 1

evlRsaEncryptDecryptFunction · 0.85

Tested by

no test coverage detected