Home
last modified time | relevance | path

Searched defs:GetPubKey (Results 1 – 25 of 79) sorted by relevance

1234

/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/script/
H A Dsigningprovider.cpp30 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
48 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
95 bool FillableSigningProvider::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in FillableSigningProvider
H A Dsigningprovider.h24 virtual bool GetPubKey(const CKeyID &address, CPubKey& pubkey) const { return false; } in GetPubKey() function
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/script/
H A Dsigningprovider.cpp30 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
48 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
95 bool FillableSigningProvider::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in FillableSigningProvider
H A Dsigningprovider.h24 virtual bool GetPubKey(const CKeyID &address, CPubKey& pubkey) const { return false; } in GetPubKey() function
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/script/
H A Dsigningprovider.cpp30 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
48 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
95 bool FillableSigningProvider::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in FillableSigningProvider
H A Dsigningprovider.h24 virtual bool GetPubKey(const CKeyID &address, CPubKey& pubkey) const { return false; } in GetPubKey() function
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/script/
H A Dsigningprovider.cpp30 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
48 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
95 bool FillableSigningProvider::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in FillableSigningProvider
H A Dsigningprovider.h24 virtual bool GetPubKey(const CKeyID &address, CPubKey& pubkey) const { return false; } in GetPubKey() function
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/script/
H A Dsigningprovider.cpp30 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
53 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
108 bool FillableSigningProvider::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in FillableSigningProvider
H A Dsigningprovider.h24 virtual bool GetPubKey(const CKeyID &address, CPubKey& pubkey) const { return false; } in GetPubKey() function
/dports/net-p2p/bitcoin/bitcoin-22.0/src/script/
H A Dsigningprovider.cpp30 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
53 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
108 bool FillableSigningProvider::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in FillableSigningProvider
H A Dsigningprovider.h24 virtual bool GetPubKey(const CKeyID &address, CPubKey& pubkey) const { return false; } in GetPubKey() function
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/script/
H A Dsigningprovider.cpp30 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
53 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
108 bool FillableSigningProvider::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in FillableSigningProvider
H A Dsigningprovider.h24 virtual bool GetPubKey(const CKeyID &address, CPubKey& pubkey) const { return false; } in GetPubKey() function
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dkeystore.cpp18 bool CBasicKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in CBasicKeyStore
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dkeystore.cpp18 bool CBasicKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in CBasicKeyStore
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dkeystore.cpp18 bool CBasicKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in CBasicKeyStore
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/script/
H A Dsign.cpp51 static bool GetPubKey(const SigningProvider& provider, const SignatureData& sigdata, const CKeyID& … in GetPubKey() function
467 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
485 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/script/
H A Dsign.cpp51 static bool GetPubKey(const SigningProvider& provider, const SignatureData& sigdata, const CKeyID& … in GetPubKey() function
467 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
485 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
/dports/net-p2p/litecoin/litecoin-0.18.1/src/script/
H A Dsign.cpp51 static bool GetPubKey(const SigningProvider& provider, const SignatureData& sigdata, const CKeyID& … in GetPubKey() function
467 bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const in GetPubKey() function in HidingSigningProvider
485 bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelp… in GetPubKey() function in FlatSigningProvider
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dkeystore.cpp35 bool CBasicKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in CBasicKeyStore
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dkeystore.cpp35 bool CBasicKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in CBasicKeyStore
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dkeystore.cpp35 bool CBasicKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const in GetPubKey() function in CBasicKeyStore
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dcrypter.cpp261 bool CCryptoKeyStore::GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const in GetPubKey() function in CCryptoKeyStore
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dcrypter.cpp261 bool CCryptoKeyStore::GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const in GetPubKey() function in CCryptoKeyStore

1234