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

Function dumpBin

src/auth/SecureRemotePassword/srp.cpp:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void dumpBin(const char* name, const Firebird::string& str)
219{
220 fprintf(stderr, "%s (%ld)\n", name, str.length());
221 for (size_t x = 0; x < str.length(); ++x)
222 fprintf(stderr, "%02x ", str[x]);
223 fprintf(stderr, "\n");
224}
225
226void dumpIt(const char* name, const BigInteger& bi)
227{

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected