| 1119 | |
| 1120 | |
| 1121 | void makeRsaPublic(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, |
| 1122 | dsc* result, int argsCount, const dsc** args) |
| 1123 | { |
| 1124 | makeVarBinary(result, argsCount, args, 8 * 1024); |
| 1125 | } |
| 1126 | |
| 1127 | |
| 1128 | void makeRsaSign(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, |
nothing calls this directly
no test coverage detected