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

Method getInt

src/auth/SecureRemotePassword/srp.h:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56{
57public:
58 void getInt(Firebird::BigInteger& hash)
59 {
60 Firebird::UCharBuffer tmp;
61 SHA::getHash(tmp);
62 hash.assign(tmp.getCount(), tmp.begin());
63 }
64
65 void processInt(const Firebird::BigInteger& data)
66 {

Callers 5

RemoteGroupMethod · 0.45
getUserHashMethod · 0.45
computeScrambleMethod · 0.45
clientProofMethod · 0.45
makeProofMethod · 0.45

Calls 3

assignMethod · 0.45
getCountMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected