| 3774 | } |
| 3775 | |
| 3776 | dsc* evlEncodeHex(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3777 | { |
| 3778 | return evlEncodeDecodeHex(tdbb, true, function, args, impure); |
| 3779 | } |
| 3780 | |
| 3781 | dsc* evlRsaEncryptDecrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, |
| 3782 | impure_value* impure, bool encryptFlag) |
nothing calls this directly
no test coverage detected