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

Function dumpIt

src/auth/SecureRemotePassword/srp.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204#if SRP_DEBUG > 0
205void dumpIt(const char* name, const Firebird::UCharBuffer& data)
206{
207 fprintf(stderr, "%s\n", name);
208 for (size_t x = 0; x<data.getCount(); ++x)
209 fprintf(stderr, "%02x ", data[x]);
210 fprintf(stderr, "\n");
211}
212
213void dumpIt(const char* name, const Firebird::string& str)
214{

Callers 5

genClientKeyMethod · 0.70
genServerKeyMethod · 0.70
computeScrambleMethod · 0.70
clientSessionKeyMethod · 0.70
serverSessionKeyMethod · 0.70

Calls 3

getCountMethod · 0.45
c_strMethod · 0.45
getTextMethod · 0.45

Tested by

no test coverage detected