Home
last modified time | relevance | path

Searched refs:keypool (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dscriptpubkeyman.cpp440 CKeyPool keypool; in GetOldestKeyTimeInPool() local
445 assert(keypool.vchPubKey.IsValid()); in GetOldestKeyTimeInPool()
446 return keypool.nTime; in GetOldestKeyTimeInPool()
1019 if (keypool.m_pre_split) { in LoadKeyPool()
1021 } else if (keypool.fInternal) { in LoadKeyPool()
1234 CKeyPool keypool; in GetKeyFromPool() local
1245 result = keypool.vchPubKey; in GetKeyFromPool()
1253 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
1326 CKeyPool keypool; in MarkReserveKeysAsUsed() local
1354 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
H A Dwalletdb.cpp167 bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool) in ReadPool() argument
169 return m_batch.Read(std::make_pair(DBKeys::POOL, nPool), keypool); in ReadPool()
172 bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool) in WritePool() argument
174 return WriteIC(std::make_pair(DBKeys::POOL, nPool), keypool); in WritePool()
376 CKeyPool keypool; in ReadKeyValue() local
377 ssValue >> keypool; in ReadKeyValue()
379 pwallet->GetOrCreateLegacyScriptPubKeyMan()->LoadKeyPool(nIndex, keypool); in ReadKeyValue()
H A Dscriptpubkeyman.h167 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool) { return false; } in GetReservedDestination() argument
317 bool ReserveKeyFromKeyPool(int64_t& nIndex, CKeyPool& keypool, bool fRequestedInternal);
328 …tputType type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool) override;
417 void LoadKeyPool(int64_t nIndex, const CKeyPool &keypool);
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Drandom.c115 static char *keypool; /* allocated size is POOLSIZE+BLOCKLEN */ variable
575 for(i=0,dp=(ulong*)keypool, sp=(ulong*)rndpool; in update_random_seed_file()
580 mix_pool(keypool); rndstats.mixkey++; in update_random_seed_file()
641 i = write( fd, keypool, POOLSIZE ); in update_random_seed_file()
704 for(i=0,dp=(ulong*)keypool, sp=(ulong*)rndpool; in read_pool()
709 mix_pool(keypool); rndstats.mixkey++; in read_pool()
710 memcpy( buffer, keypool, length ); in read_pool()
719 for(i=0,dp=(ulong*)keypool, sp=(ulong*)rndpool; in read_pool()
724 mix_pool(keypool); rndstats.mixkey++; in read_pool()
729 *buffer++ = keypool[pool_readpos++]; in read_pool()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.cpp522 CKeyPool keypool; in GetOldestKeyTimeInPool() local
527 assert(keypool.vchPubKey.IsValid()); in GetOldestKeyTimeInPool()
528 return keypool.nTime; in GetOldestKeyTimeInPool()
1133 if (keypool.m_pre_split) { in LoadKeyPool()
1135 } else if (keypool.fInternal) { in LoadKeyPool()
1350 CKeyPool keypool; in GetKeyFromPool() local
1361 result = keypool.vchPubKey; in GetKeyFromPool()
1369 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
1443 CKeyPool keypool; in MarkReserveKeysAsUsed() local
1471 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
H A Dscriptpubkeyman.h184 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err… in GetReservedDestination() argument
341 bool ReserveKeyFromKeyPool(int64_t& nIndex, CKeyPool& keypool, bool fRequestedInternal);
364 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err…
456 void LoadKeyPool(int64_t nIndex, const CKeyPool &keypool);
568 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err…
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.cpp522 CKeyPool keypool;
527 assert(keypool.vchPubKey.IsValid());
528 return keypool.nTime;
1133 if (keypool.m_pre_split) {
1135 } else if (keypool.fInternal) {
1350 CKeyPool keypool;
1361 result = keypool.vchPubKey;
1369 keypool.vchPubKey = CPubKey();
1443 CKeyPool keypool;
1471 CKeyPool keypool;
[all …]
H A Dscriptpubkeyman.h184 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err…
341 bool ReserveKeyFromKeyPool(int64_t& nIndex, CKeyPool& keypool, bool fRequestedInternal);
364 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err…
456 void LoadKeyPool(int64_t nIndex, const CKeyPool &keypool);
568 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err… in GetSolvingProvider()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.cpp522 CKeyPool keypool; in GetOldestKeyTimeInPool() local
527 assert(keypool.vchPubKey.IsValid()); in GetOldestKeyTimeInPool()
528 return keypool.nTime; in GetOldestKeyTimeInPool()
1133 if (keypool.m_pre_split) { in LoadKeyPool()
1135 } else if (keypool.fInternal) { in LoadKeyPool()
1350 CKeyPool keypool; in GetKeyFromPool() local
1361 result = keypool.vchPubKey; in GetKeyFromPool()
1369 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
1443 CKeyPool keypool; in MarkReserveKeysAsUsed() local
1471 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
H A Dscriptpubkeyman.h184 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err… in GetReservedDestination() argument
341 bool ReserveKeyFromKeyPool(int64_t& nIndex, CKeyPool& keypool, bool fRequestedInternal);
364 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err…
456 void LoadKeyPool(int64_t nIndex, const CKeyPool &keypool);
568 … type, bool internal, CTxDestination& address, int64_t& index, CKeyPool& keypool, std::string& err…
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.cpp504 CKeyPool keypool; in GetOldestKeyTimeInPool() local
509 assert(keypool.vchPubKey.IsValid()); in GetOldestKeyTimeInPool()
510 return keypool.nTime; in GetOldestKeyTimeInPool()
1115 if (keypool.m_pre_split) { in LoadKeyPool()
1117 } else if (keypool.fInternal) { in LoadKeyPool()
1330 CKeyPool keypool; in GetKeyFromPool() local
1341 result = keypool.vchPubKey; in GetKeyFromPool()
1349 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
1422 CKeyPool keypool; in MarkReserveKeysAsUsed() local
1450 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.cpp504 CKeyPool keypool; in GetOldestKeyTimeInPool() local
509 assert(keypool.vchPubKey.IsValid()); in GetOldestKeyTimeInPool()
510 return keypool.nTime; in GetOldestKeyTimeInPool()
1115 if (keypool.m_pre_split) { in LoadKeyPool()
1117 } else if (keypool.fInternal) { in LoadKeyPool()
1330 CKeyPool keypool; in GetKeyFromPool() local
1341 result = keypool.vchPubKey; in GetKeyFromPool()
1349 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
1422 CKeyPool keypool; in MarkReserveKeysAsUsed() local
1450 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.cpp504 CKeyPool keypool; in GetOldestKeyTimeInPool() local
509 assert(keypool.vchPubKey.IsValid()); in GetOldestKeyTimeInPool()
510 return keypool.nTime; in GetOldestKeyTimeInPool()
1115 if (keypool.m_pre_split) { in LoadKeyPool()
1117 } else if (keypool.fInternal) { in LoadKeyPool()
1330 CKeyPool keypool; in GetKeyFromPool() local
1341 result = keypool.vchPubKey; in GetKeyFromPool()
1349 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
1422 CKeyPool keypool; in MarkReserveKeysAsUsed() local
1450 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/random/
H A Drandom-csprng.c107 static unsigned char *keypool; variable
314 keypool = (secure_alloc in initialize()
949 for (i=0,dp=(unsigned long*)(void*)keypool, sp=(unsigned long*)(void*)rndpool; in _gcry_rngcsprng_update_seed_file()
955 mix_pool(keypool); rndstats.mixkey++; in _gcry_rngcsprng_update_seed_file()
985 i = write (fd, keypool, POOLSIZE ); in _gcry_rngcsprng_update_seed_file()
1105 for(i=0,dp=(unsigned long*)(void*)keypool, sp=(unsigned long*)(void*)rndpool; in read_pool()
1111 mix_pool(keypool); rndstats.mixkey++; in read_pool()
1117 *buffer++ = keypool[pool_readpos++]; in read_pool()
1127 memset (keypool, 0, POOLSIZE); in read_pool()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/random/
H A Drandom-csprng.c107 static unsigned char *keypool; variable
314 keypool = (secure_alloc in initialize()
949 for (i=0,dp=(unsigned long*)(void*)keypool, sp=(unsigned long*)(void*)rndpool; in _gcry_rngcsprng_update_seed_file()
955 mix_pool(keypool); rndstats.mixkey++; in _gcry_rngcsprng_update_seed_file()
985 i = write (fd, keypool, POOLSIZE ); in _gcry_rngcsprng_update_seed_file()
1105 for(i=0,dp=(unsigned long*)(void*)keypool, sp=(unsigned long*)(void*)rndpool; in read_pool()
1111 mix_pool(keypool); rndstats.mixkey++; in read_pool()
1117 *buffer++ = keypool[pool_readpos++]; in read_pool()
1127 memset (keypool, 0, POOLSIZE); in read_pool()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp139 bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool) in ReadPool() argument
141 return m_batch.Read(std::make_pair(std::string("pool"), nPool), keypool); in ReadPool()
144 bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool) in WritePool() argument
146 return WriteIC(std::make_pair(std::string("pool"), nPool), keypool); in WritePool()
374 CKeyPool keypool; in ReadKeyValue() local
375 ssValue >> keypool; in ReadKeyValue()
377 pwallet->LoadKeyPool(nIndex, keypool); in ReadKeyValue()
H A Dwallet.cpp3402 if (keypool.m_pre_split) { in LoadKeyPool()
3404 } else if (keypool.fInternal) { in LoadKeyPool()
3493 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
3569 CKeyPool keypool; in GetKeyFromPool() local
3580 result = keypool.vchPubKey; in GetKeyFromPool()
3590 CKeyPool keypool; in GetOldestKeyTimeInPool() local
3596 return keypool.nTime; in GetOldestKeyTimeInPool()
3772 CKeyPool keypool; in GetReservedKey() local
3814 CKeyPool keypool; in MarkReserveKeysAsUsed() local
4036 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp139 bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool) in ReadPool() argument
141 return m_batch.Read(std::make_pair(std::string("pool"), nPool), keypool); in ReadPool()
144 bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool) in WritePool() argument
146 return WriteIC(std::make_pair(std::string("pool"), nPool), keypool); in WritePool()
374 CKeyPool keypool; in ReadKeyValue() local
375 ssValue >> keypool; in ReadKeyValue()
377 pwallet->LoadKeyPool(nIndex, keypool); in ReadKeyValue()
H A Dwallet.cpp3402 if (keypool.m_pre_split) { in LoadKeyPool()
3404 } else if (keypool.fInternal) { in LoadKeyPool()
3493 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
3569 CKeyPool keypool; in GetKeyFromPool() local
3580 result = keypool.vchPubKey; in GetKeyFromPool()
3590 CKeyPool keypool; in GetOldestKeyTimeInPool() local
3596 return keypool.nTime; in GetOldestKeyTimeInPool()
3772 CKeyPool keypool; in GetReservedKey() local
3814 CKeyPool keypool; in MarkReserveKeysAsUsed() local
4036 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp139 bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool) in ReadPool() argument
141 return m_batch.Read(std::make_pair(std::string("pool"), nPool), keypool); in ReadPool()
144 bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool) in WritePool() argument
146 return WriteIC(std::make_pair(std::string("pool"), nPool), keypool); in WritePool()
374 CKeyPool keypool; in ReadKeyValue() local
375 ssValue >> keypool; in ReadKeyValue()
377 pwallet->LoadKeyPool(nIndex, keypool); in ReadKeyValue()
H A Dwallet.cpp3402 if (keypool.m_pre_split) { in LoadKeyPool()
3404 } else if (keypool.fInternal) { in LoadKeyPool()
3493 keypool.vchPubKey = CPubKey(); in ReserveKeyFromKeyPool()
3569 CKeyPool keypool; in GetKeyFromPool() local
3580 result = keypool.vchPubKey; in GetKeyFromPool()
3590 CKeyPool keypool; in GetOldestKeyTimeInPool() local
3596 return keypool.nTime; in GetOldestKeyTimeInPool()
3772 CKeyPool keypool; in GetReservedKey() local
3814 CKeyPool keypool; in MarkReserveKeysAsUsed() local
4036 CKeyPool keypool; in MarkPreSplitKeys() local
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp157 bool CWalletDB::ReadPool(int64_t nPool, CKeyPool& keypool) in ReadPool() argument
159 return Read(std::make_pair(std::string("pool"), nPool), keypool); in ReadPool()
162 bool CWalletDB::WritePool(int64_t nPool, const CKeyPool& keypool) in WritePool() argument
165 return Write(std::make_pair(std::string("pool"), nPool), keypool); in WritePool()
557 CKeyPool keypool; in ReadKeyValue() local
558 ssValue >> keypool; in ReadKeyValue()
564 CKeyID keyid = keypool.vchPubKey.GetID(); in ReadKeyValue()
566 pwallet->mapKeyMetadata[keyid] = CKeyMetadata(keypool.nTime); in ReadKeyValue()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp157 bool CWalletDB::ReadPool(int64_t nPool, CKeyPool& keypool) in ReadPool() argument
159 return Read(std::make_pair(std::string("pool"), nPool), keypool); in ReadPool()
162 bool CWalletDB::WritePool(int64_t nPool, const CKeyPool& keypool) in WritePool() argument
165 return Write(std::make_pair(std::string("pool"), nPool), keypool); in WritePool()
557 CKeyPool keypool; in ReadKeyValue() local
558 ssValue >> keypool; in ReadKeyValue()
564 CKeyID keyid = keypool.vchPubKey.GetID(); in ReadKeyValue()
566 pwallet->mapKeyMetadata[keyid] = CKeyMetadata(keypool.nTime); in ReadKeyValue()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp157 bool CWalletDB::ReadPool(int64_t nPool, CKeyPool& keypool) in ReadPool() argument
159 return Read(std::make_pair(std::string("pool"), nPool), keypool); in ReadPool()
162 bool CWalletDB::WritePool(int64_t nPool, const CKeyPool& keypool) in WritePool() argument
165 return Write(std::make_pair(std::string("pool"), nPool), keypool); in WritePool()
557 CKeyPool keypool; in ReadKeyValue() local
558 ssValue >> keypool; in ReadKeyValue()
564 CKeyID keyid = keypool.vchPubKey.GetID(); in ReadKeyValue()
566 pwallet->mapKeyMetadata[keyid] = CKeyMetadata(keypool.nTime); in ReadKeyValue()
/dports/games/uqm/uqm-0.8.0/src/libs/input/sdl/
H A Dvcontrol.c48 } keypool; typedef
79 static keypool *pool;
85 static keypool *
88 keypool *x = HMalloc (sizeof (keypool)); in allocate_key_chunk()
106 free_key_pool (keypool *x) in free_key_pool()
282 keypool *searchbase; in add_binding()
900 keypool *base = pool; in VControl_ResetInput()
922 keypool *base = pool; in VControl_BeginFrame()

12345678910>>...14