| 3559 | } |
| 3560 | |
| 3561 | dsc* 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 | |
| 3567 | dsc* evlDecrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, |
| 3568 | impure_value* impure) |
nothing calls this directly
no test coverage detected