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

Function makeRsaPrivate

src/jrd/SysFunction.cpp:1114–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112
1113
1114void 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
1121void makeRsaPublic(DataTypeUtilBase* dataTypeUtil, const SysFunction* function,

Callers

nothing calls this directly

Calls 1

makeVarBinaryFunction · 0.85

Tested by

no test coverage detected