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

Function makeRsaSign

src/jrd/SysFunction.cpp:1128–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126
1127
1128void makeRsaSign(DataTypeUtilBase* dataTypeUtil, const SysFunction* function,
1129 dsc* result, int argsCount, const dsc** args)
1130{
1131 makeVarBinary(result, argsCount, args, 256);
1132}
1133
1134
1135void makeAbs(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, dsc* result,

Callers

nothing calls this directly

Calls 1

makeVarBinaryFunction · 0.85

Tested by

no test coverage detected