Home
last modified time | relevance | path

Searched refs:vchCryptedSecret (Results 1 – 25 of 78) sorted by relevance

1234

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dcrypter.cpp136 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
184 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in Unlock() local
186 if (!DecryptKey(vMasterKeyIn, vchCryptedSecret, vchPubKey, key)) in Unlock()
219 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKey() local
221 if (!EncryptSecret(vMasterKey, vchSecret, pubkey.GetHash(), vchCryptedSecret)) in AddKeyPubKey()
224 if (!AddCryptedKey(pubkey, vchCryptedSecret)) in AddKeyPubKey()
238 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKey()
254 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in GetKey() local
255 return DecryptKey(vMasterKey, vchCryptedSecret, vchPubKey, keyOut); in GetKey()
293 std::vector<unsigned char> vchCryptedSecret; in EncryptKeys() local
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dcrypter.cpp136 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
184 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in Unlock() local
186 if (!DecryptKey(vMasterKeyIn, vchCryptedSecret, vchPubKey, key)) in Unlock()
219 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKey() local
221 if (!EncryptSecret(vMasterKey, vchSecret, pubkey.GetHash(), vchCryptedSecret)) in AddKeyPubKey()
224 if (!AddCryptedKey(pubkey, vchCryptedSecret)) in AddKeyPubKey()
238 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKey()
254 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in GetKey() local
255 return DecryptKey(vMasterKey, vchCryptedSecret, vchPubKey, keyOut); in GetKey()
293 std::vector<unsigned char> vchCryptedSecret; in EncryptKeys() local
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dcrypter.cpp136 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
184 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in Unlock() local
186 if (!DecryptKey(vMasterKeyIn, vchCryptedSecret, vchPubKey, key)) in Unlock()
219 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKey() local
221 if (!EncryptSecret(vMasterKey, vchSecret, pubkey.GetHash(), vchCryptedSecret)) in AddKeyPubKey()
224 if (!AddCryptedKey(pubkey, vchCryptedSecret)) in AddKeyPubKey()
238 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKey()
254 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in GetKey() local
255 return DecryptKey(vMasterKey, vchCryptedSecret, vchPubKey, keyOut); in GetKey()
293 std::vector<unsigned char> vchCryptedSecret; in EncryptKeys() local
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dcrypter.cpp134 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
191 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in Unlock() local
193 if (!DecryptKey(vMasterKeyIn, vchCryptedSecret, vchPubKey, key)) in Unlock()
227 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKey() local
229 if (!EncryptSecret(vMasterKey, vchSecret, pubkey.GetHash(), vchCryptedSecret)) { in AddKeyPubKey()
233 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKey()
247 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKey()
272 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in GetKey() local
273 return DecryptKey(vMasterKey, vchCryptedSecret, vchPubKey, keyOut); in GetKey()
319 std::vector<unsigned char> vchCryptedSecret; in EncryptKeys() local
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dcrypter.cpp134 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
191 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in Unlock() local
193 if (!DecryptKey(vMasterKeyIn, vchCryptedSecret, vchPubKey, key)) in Unlock()
227 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKey() local
229 if (!EncryptSecret(vMasterKey, vchSecret, pubkey.GetHash(), vchCryptedSecret)) { in AddKeyPubKey()
233 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKey()
247 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKey()
272 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in GetKey() local
273 return DecryptKey(vMasterKey, vchCryptedSecret, vchPubKey, keyOut); in GetKey()
319 std::vector<unsigned char> vchCryptedSecret; in EncryptKeys() local
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dcrypter.cpp134 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
191 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in Unlock() local
193 if (!DecryptKey(vMasterKeyIn, vchCryptedSecret, vchPubKey, key)) in Unlock()
227 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKey() local
229 if (!EncryptSecret(vMasterKey, vchSecret, pubkey.GetHash(), vchCryptedSecret)) { in AddKeyPubKey()
233 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKey()
247 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKey()
272 const std::vector<unsigned char> &vchCryptedSecret = (*mi).second.second; in GetKey() local
273 return DecryptKey(vMasterKey, vchCryptedSecret, vchPubKey, keyOut); in GetKey()
319 std::vector<unsigned char> vchCryptedSecret; in EncryptKeys() local
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dscriptpubkeyman.cpp231 if (!DecryptKey(master_key, vchCryptedSecret, vchPubKey, key)) in CheckDecryptionKey()
268 std::vector<unsigned char> vchCryptedSecret; in Encrypt() local
273 if (!AddCryptedKey(vchPubKey, vchCryptedSecret)) { in Encrypt()
703 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKeyInner() local
709 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKeyInner()
717 return AddCryptedKeyInner(vchPubKey, vchCryptedSecret); in LoadCryptedKey()
725 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKeyInner()
731 const std::vector<unsigned char> &vchCryptedSecret) in AddCryptedKey() argument
733 if (!AddCryptedKeyInner(vchPubKey, vchCryptedSecret)) in AddCryptedKey()
739 vchCryptedSecret, in AddCryptedKey()
[all …]
H A Dcrypter.cpp127 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe… in DecryptKey() argument
130 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
H A Dscriptpubkeyman.h258 …l AddCryptedKeyInner(const CPubKey &vchPubKey, const std::vector<unsigned char> &vchCryptedSecret);
380 … bool AddCryptedKey(const CPubKey &vchPubKey, const std::vector<unsigned char> &vchCryptedSecret);
382 … bool LoadCryptedKey(const CPubKey &vchPubKey, const std::vector<unsigned char> &vchCryptedSecret);
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.cpp243 if (!DecryptKey(master_key, vchCryptedSecret, vchPubKey, key)) in CheckDecryptionKey()
284 std::vector<unsigned char> vchCryptedSecret; in Encrypt() local
289 if (!AddCryptedKey(vchPubKey, vchCryptedSecret)) { in Encrypt()
795 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKeyInner() local
801 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKeyInner()
814 return AddCryptedKeyInner(vchPubKey, vchCryptedSecret); in LoadCryptedKey()
822 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKeyInner()
828 const std::vector<unsigned char> &vchCryptedSecret) in AddCryptedKey() argument
830 if (!AddCryptedKeyInner(vchPubKey, vchCryptedSecret)) in AddCryptedKey()
836 vchCryptedSecret, in AddCryptedKey()
[all …]
H A Dcrypter.cpp127 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe…
130 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret))
H A Dcrypter.h107 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe… in EncryptSecret()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.cpp243 if (!DecryptKey(master_key, vchCryptedSecret, vchPubKey, key))
284 std::vector<unsigned char> vchCryptedSecret;
289 if (!AddCryptedKey(vchPubKey, vchCryptedSecret)) {
795 std::vector<unsigned char> vchCryptedSecret;
801 if (!AddCryptedKey(pubkey, vchCryptedSecret)) {
814 return AddCryptedKeyInner(vchPubKey, vchCryptedSecret);
822 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret);
828 const std::vector<unsigned char> &vchCryptedSecret)
830 if (!AddCryptedKeyInner(vchPubKey, vchCryptedSecret))
836 vchCryptedSecret,
[all …]
H A Dcrypter.cpp127 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe…
130 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret))
H A Dcrypter.h107 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe…
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.cpp243 if (!DecryptKey(master_key, vchCryptedSecret, vchPubKey, key)) in CheckDecryptionKey()
284 std::vector<unsigned char> vchCryptedSecret; in Encrypt() local
289 if (!AddCryptedKey(vchPubKey, vchCryptedSecret)) { in Encrypt()
795 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKeyInner() local
801 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKeyInner()
814 return AddCryptedKeyInner(vchPubKey, vchCryptedSecret); in LoadCryptedKey()
822 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKeyInner()
828 const std::vector<unsigned char> &vchCryptedSecret) in AddCryptedKey() argument
830 if (!AddCryptedKeyInner(vchPubKey, vchCryptedSecret)) in AddCryptedKey()
836 vchCryptedSecret, in AddCryptedKey()
[all …]
H A Dcrypter.cpp127 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe… in DecryptKey() argument
130 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
H A Dcrypter.h107 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe…
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.cpp233 if (!DecryptKey(master_key, vchCryptedSecret, vchPubKey, key)) in CheckDecryptionKey()
274 std::vector<unsigned char> vchCryptedSecret; in Encrypt() local
279 if (!AddCryptedKey(vchPubKey, vchCryptedSecret)) { in Encrypt()
777 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKeyInner() local
783 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKeyInner()
796 return AddCryptedKeyInner(vchPubKey, vchCryptedSecret); in LoadCryptedKey()
804 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKeyInner()
810 const std::vector<unsigned char> &vchCryptedSecret) in AddCryptedKey() argument
812 if (!AddCryptedKeyInner(vchPubKey, vchCryptedSecret)) in AddCryptedKey()
818 vchCryptedSecret, in AddCryptedKey()
[all …]
H A Dcrypter.cpp131 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe… in DecryptKey() argument
134 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.cpp233 if (!DecryptKey(master_key, vchCryptedSecret, vchPubKey, key)) in CheckDecryptionKey()
274 std::vector<unsigned char> vchCryptedSecret; in Encrypt() local
279 if (!AddCryptedKey(vchPubKey, vchCryptedSecret)) { in Encrypt()
777 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKeyInner() local
783 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKeyInner()
796 return AddCryptedKeyInner(vchPubKey, vchCryptedSecret); in LoadCryptedKey()
804 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKeyInner()
810 const std::vector<unsigned char> &vchCryptedSecret) in AddCryptedKey() argument
812 if (!AddCryptedKeyInner(vchPubKey, vchCryptedSecret)) in AddCryptedKey()
818 vchCryptedSecret, in AddCryptedKey()
[all …]
H A Dcrypter.cpp131 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe… in DecryptKey() argument
134 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()
H A Dcrypter.h107 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe…
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.cpp233 if (!DecryptKey(master_key, vchCryptedSecret, vchPubKey, key)) in CheckDecryptionKey()
274 std::vector<unsigned char> vchCryptedSecret; in Encrypt() local
279 if (!AddCryptedKey(vchPubKey, vchCryptedSecret)) { in Encrypt()
777 std::vector<unsigned char> vchCryptedSecret; in AddKeyPubKeyInner() local
783 if (!AddCryptedKey(pubkey, vchCryptedSecret)) { in AddKeyPubKeyInner()
796 return AddCryptedKeyInner(vchPubKey, vchCryptedSecret); in LoadCryptedKey()
804 mapCryptedKeys[vchPubKey.GetID()] = make_pair(vchPubKey, vchCryptedSecret); in AddCryptedKeyInner()
810 const std::vector<unsigned char> &vchCryptedSecret) in AddCryptedKey() argument
812 if (!AddCryptedKeyInner(vchPubKey, vchCryptedSecret)) in AddCryptedKey()
818 vchCryptedSecret, in AddCryptedKey()
[all …]
H A Dcrypter.cpp131 …onst CKeyingMaterial& vMasterKey, const std::vector<unsigned char>& vchCryptedSecret, const CPubKe… in DecryptKey() argument
134 if(!DecryptSecret(vMasterKey, vchCryptedSecret, vchPubKey.GetHash(), vchSecret)) in DecryptKey()

1234