| 3565 | } |
| 3566 | |
| 3567 | dsc* 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 | |
| 3574 | dsc* evlEncodeDecode64(thread_db* tdbb, bool encodeFlag, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
nothing calls this directly
no test coverage detected