| 3840 | } |
| 3841 | |
| 3842 | dsc* evlRsaDecrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3843 | { |
| 3844 | return evlRsaEncryptDecrypt(tdbb, function, args, impure, false); |
| 3845 | } |
| 3846 | |
| 3847 | dsc* evlRsaEncrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3848 | { |
nothing calls this directly
no test coverage detected