| 1126 | |
| 1127 | |
| 1128 | void makeRsaSign(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, |
| 1129 | dsc* result, int argsCount, const dsc** args) |
| 1130 | { |
| 1131 | makeVarBinary(result, argsCount, args, 256); |
| 1132 | } |
| 1133 | |
| 1134 | |
| 1135 | void makeAbs(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, dsc* result, |
nothing calls this directly
no test coverage detected