Home
last modified time | relevance | path

Searched refs:pubkey_map (Results 1 – 25 of 38) sorted by relevance

12

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcdump.cpp1018 pubkey_map.emplace(pubkey.GetID(), pubkey); in ProcessImportLegacy()
1029 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1030 pubkey_map.erase(id); in ProcessImportLegacy()
1055 … if (pubkey_map.count(require_key.first) == 0 && privkey_map.count(require_key.first) == 0) { in ProcessImportLegacy()
1064 pubkey_map.clear(); in ProcessImportLegacy()
1078 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1083 pubkey_map.erase(oldit); in ProcessImportLegacy()
1135 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1150 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1161 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
[all …]
H A Dscriptpubkeyman.cpp1441 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<… in ImportPubKeys() argument
1448 auto entry = pubkey_map.find(id); in ImportPubKeys()
1449 if (entry == pubkey_map.end()) { in ImportPubKeys()
H A Dscriptpubkeyman.h423 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp1059 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1060 pubkey_map.erase(id); in ProcessImportLegacy()
1094 pubkey_map.clear(); in ProcessImportLegacy()
1108 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1113 pubkey_map.erase(oldit); in ProcessImportLegacy()
1168 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1182 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1193 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
1230 std::map<CKeyID, CPubKey> pubkey_map; in ProcessImport() local
1281 auto entry = pubkey_map.find(id); in ProcessImport()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp1059 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1060 pubkey_map.erase(id); in ProcessImportLegacy()
1094 pubkey_map.clear(); in ProcessImportLegacy()
1108 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1113 pubkey_map.erase(oldit); in ProcessImportLegacy()
1168 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1182 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1193 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
1230 std::map<CKeyID, CPubKey> pubkey_map; in ProcessImport() local
1281 auto entry = pubkey_map.find(id); in ProcessImport()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp1059 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1060 pubkey_map.erase(id); in ProcessImportLegacy()
1094 pubkey_map.clear(); in ProcessImportLegacy()
1108 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1113 pubkey_map.erase(oldit); in ProcessImportLegacy()
1168 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1182 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1193 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
1230 std::map<CKeyID, CPubKey> pubkey_map; in ProcessImport() local
1281 auto entry = pubkey_map.find(id); in ProcessImport()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp1015 pubkey_map.emplace(pubkey.GetID(), pubkey); in ProcessImportLegacy()
1026 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1027 pubkey_map.erase(id); in ProcessImportLegacy()
1052 … if (pubkey_map.count(require_key.first) == 0 && privkey_map.count(require_key.first) == 0) { in ProcessImportLegacy()
1061 pubkey_map.clear(); in ProcessImportLegacy()
1075 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1080 pubkey_map.erase(oldit); in ProcessImportLegacy()
1135 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1150 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1161 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
[all …]
H A Dscriptpubkeyman.h462 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
H A Dscriptpubkeyman.cpp1558 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<… in ImportPubKeys() argument
1565 auto entry = pubkey_map.find(id); in ImportPubKeys()
1566 if (entry == pubkey_map.end()) { in ImportPubKeys()
H A Dwallet.h617 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp1015 pubkey_map.emplace(pubkey.GetID(), pubkey); in ProcessImportLegacy()
1026 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1027 pubkey_map.erase(id); in ProcessImportLegacy()
1052 … if (pubkey_map.count(require_key.first) == 0 && privkey_map.count(require_key.first) == 0) { in ProcessImportLegacy()
1061 pubkey_map.clear(); in ProcessImportLegacy()
1075 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1080 pubkey_map.erase(oldit); in ProcessImportLegacy()
1135 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1150 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1161 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
[all …]
H A Dscriptpubkeyman.h462 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
H A Dscriptpubkeyman.cpp1558 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
1565 auto entry = pubkey_map.find(id);
1566 if (entry == pubkey_map.end()) {
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp1015 pubkey_map.emplace(pubkey.GetID(), pubkey); in ProcessImportLegacy()
1026 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1027 pubkey_map.erase(id); in ProcessImportLegacy()
1052 … if (pubkey_map.count(require_key.first) == 0 && privkey_map.count(require_key.first) == 0) { in ProcessImportLegacy()
1061 pubkey_map.clear(); in ProcessImportLegacy()
1075 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1080 pubkey_map.erase(oldit); in ProcessImportLegacy()
1135 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1150 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1161 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
[all …]
H A Dscriptpubkeyman.h462 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
H A Dscriptpubkeyman.cpp1558 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<… in ImportPubKeys() argument
1565 auto entry = pubkey_map.find(id); in ImportPubKeys()
1566 if (entry == pubkey_map.end()) { in ImportPubKeys()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp1012 pubkey_map.emplace(pubkey.GetID(), pubkey); in ProcessImportLegacy()
1023 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1024 pubkey_map.erase(id); in ProcessImportLegacy()
1049 … if (pubkey_map.count(require_key.first) == 0 && privkey_map.count(require_key.first) == 0) { in ProcessImportLegacy()
1058 pubkey_map.clear(); in ProcessImportLegacy()
1072 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1077 pubkey_map.erase(oldit); in ProcessImportLegacy()
1129 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1144 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1155 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
[all …]
H A Dscriptpubkeyman.h459 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
H A Dscriptpubkeyman.cpp1537 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<… in ImportPubKeys() argument
1544 auto entry = pubkey_map.find(id); in ImportPubKeys()
1545 if (entry == pubkey_map.end()) { in ImportPubKeys()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp1012 pubkey_map.emplace(pubkey.GetID(), pubkey); in ProcessImportLegacy()
1023 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1024 pubkey_map.erase(id); in ProcessImportLegacy()
1049 … if (pubkey_map.count(require_key.first) == 0 && privkey_map.count(require_key.first) == 0) { in ProcessImportLegacy()
1058 pubkey_map.clear(); in ProcessImportLegacy()
1072 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1077 pubkey_map.erase(oldit); in ProcessImportLegacy()
1129 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1144 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1155 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
[all …]
H A Dscriptpubkeyman.h459 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
H A Dscriptpubkeyman.cpp1537 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<… in ImportPubKeys() argument
1544 auto entry = pubkey_map.find(id); in ImportPubKeys()
1545 if (entry == pubkey_map.end()) { in ImportPubKeys()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp1012 pubkey_map.emplace(pubkey.GetID(), pubkey); in ProcessImportLegacy()
1023 if (pubkey_map.count(id)) { in ProcessImportLegacy()
1024 pubkey_map.erase(id); in ProcessImportLegacy()
1049 … if (pubkey_map.count(require_key.first) == 0 && privkey_map.count(require_key.first) == 0) { in ProcessImportLegacy()
1058 pubkey_map.clear(); in ProcessImportLegacy()
1072 for (auto it = pubkey_map.begin(); it != pubkey_map.end(); ) { in ProcessImportLegacy()
1077 pubkey_map.erase(oldit); in ProcessImportLegacy()
1129 …opy(out_keys.pubkeys.begin(), out_keys.pubkeys.end(), std::inserter(pubkey_map, pubkey_map.end())); in ProcessImportDescriptor()
1144 if (!pubkey_map.count(id)) { in ProcessImportDescriptor()
1155 bool spendable = std::all_of(pubkey_map.begin(), pubkey_map.end(), in ProcessImportDescriptor()
[all …]
H A Dscriptpubkeyman.h459 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<…
H A Dscriptpubkeyman.cpp1537 …std::vector<CKeyID>& ordered_pubkeys, const std::map<CKeyID, CPubKey>& pubkey_map, const std::map<… in ImportPubKeys() argument
1544 auto entry = pubkey_map.find(id); in ImportPubKeys()
1545 if (entry == pubkey_map.end()) { in ImportPubKeys()

12