Home
last modified time | relevance | path

Searched refs:m_keysFileKey (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethcore/
H A DKeyManager.cpp66 m_keysFileKey = SecureFixedHash<16>(pbkdf2(_pass, salt, 262144, 16)); in load()
67 bytesSec bs = decryptSymNoAuth(m_keysFileKey, h128(), &encKeys); in load()
104 cachePassword(asString(m_keysFileKey.ref())); in load()
317 if (!m_keysFileKey) in write()
319 write(m_keysFileKey, _keysFile); in write()
353 m_keysFileKey = _key; in write()
H A DKeyManager.h157 mutable SecureFixedHash<16> m_keysFileKey; variable