MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / makeRsaPublic

Function makeRsaPublic

src/jrd/SysFunction.cpp:1121–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119
1120
1121void 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
1128void makeRsaSign(DataTypeUtilBase* dataTypeUtil, const SysFunction* function,

Callers

nothing calls this directly

Calls 1

makeVarBinaryFunction · 0.85

Tested by

no test coverage detected