| 1112 | |
| 1113 | |
| 1114 | void makeRsaPrivate(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, |
| 1115 | dsc* result, int argsCount, const dsc** args) |
| 1116 | { |
| 1117 | makeVarBinary(result, argsCount, args, 16 * 1024); |
| 1118 | } |
| 1119 | |
| 1120 | |
| 1121 | void makeRsaPublic(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, |
nothing calls this directly
no test coverage detected