Home
last modified time | relevance | path

Searched refs:haveHint (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethcore/
H A DKeyManager.cpp75 EXPECT_TRUE(!km.haveHint(password + "2")); in TEST()
77 EXPECT_TRUE(km.haveHint(password)); in TEST()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethcore/
H A DKeyManager.h76 …bool haveHint(std::string const& _pass) const { auto h = hashPassword(_pass); return m_cachedPassw… in haveHint() function
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/aleth-key/
H A DKeyAux.h58 if (hint.empty() && !pass.empty() && !_keyManager.haveHint(pass))