| 3845 | } |
| 3846 | |
| 3847 | dsc* evlRsaEncrypt(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3848 | { |
| 3849 | return evlRsaEncryptDecrypt(tdbb, function, args, impure, true); |
| 3850 | } |
| 3851 | |
| 3852 | dsc* evlRsaPrivate(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure) |
| 3853 | { |
nothing calls this directly
no test coverage detected