Home
last modified time | relevance | path

Searched defs:infoHash (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/aria2/aria2-1.36.0/src/
H A DDHTTokenTracker.cc63 std::string DHTTokenTracker::generateToken(const unsigned char* infoHash, in generateToken()
83 std::string DHTTokenTracker::generateToken(const unsigned char* infoHash, in generateToken()
91 const unsigned char* infoHash, in validateToken()
H A DDHTPeerAnnounceStorage.cc68 DHTPeerAnnounceStorage::getPeerAnnounceEntry(const unsigned char* infoHash) in getPeerAnnounceEntry()
84 void DHTPeerAnnounceStorage::addPeerAnnounce(const unsigned char* infoHash, in addPeerAnnounce()
102 const unsigned char* infoHash) in getPeers()
H A DLpdMessageDispatcher.cc49 LpdMessageDispatcher::LpdMessageDispatcher(const std::string& infoHash, in LpdMessageDispatcher()
111 const std::string& infoHash, uint16_t port) in createLpdRequest()
H A DBtHandshakeMessage.cc49 BtHandshakeMessage::BtHandshakeMessage(const unsigned char* infoHash, in BtHandshakeMessage()
115 void BtHandshakeMessage::setInfoHash(const unsigned char* infoHash) in setInfoHash()
H A DBtHandshakeMessageValidator.cc47 const BtHandshakeMessage* message, const unsigned char* infoHash) in BtHandshakeMessageValidator()
H A DLpdMessage.cc44 const std::string& infoHash) in LpdMessage()
H A DLpdMessage.h50 std::string infoHash; member
H A DDHTPeerAnnounceEntry.cc45 DHTPeerAnnounceEntry::DHTPeerAnnounceEntry(const unsigned char* infoHash) in DHTPeerAnnounceEntry()
H A DLpdMessageReceiver.cc121 std::string infoHash; in receiveMessage() local
/dports/www/aria2/aria2-1.36.0/test/
H A DBtHandshakeMessageTest.cc44 unsigned char infoHash[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, in createHandshakeMessageData() local
76 constexpr unsigned char infoHash[] = { in testCreateMessage() local
97 unsigned char infoHash[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, in testToString() local
H A DDHTAnnouncePeerMessageTest.cc58 unsigned char infoHash[DHT_ID_LENGTH]; in testGetBencodedMessage() local
94 unsigned char infoHash[DHT_ID_LENGTH]; in testDoReceivedAction() local
H A DDHTGetPeersMessageTest.cc71 unsigned char infoHash[DHT_ID_LENGTH]; in testGetBencodedMessage() local
102 unsigned char infoHash[DHT_ID_LENGTH]; in testDoReceivedAction() local
H A DLpdMessageReceiverTest.cc43 std::string infoHash = fromHex(infoHashString); in testReceiveMessage() local
H A DMockDHTTaskFactory.h38 createPeerAnnounceTask(const unsigned char* infoHash) CXX11_OVERRIDE in createPeerAnnounceTask()
/dports/security/fizz/fizz-2021.12.27.00/fizz/crypto/hpke/
H A DHpke.cpp18 const std::vector<uint8_t>& infoHash) { in writeKeyScheduleContext()
44 std::vector<uint8_t> infoHash = hkdf->labeledExtract( in keySchedule() local
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/DHT/Messages/
H A DDHTMessage.cs243 …ic static DHTMessage CreateAnnouncePeerQuery(BString transactionID, byte[] nodeId, byte[] infoHash, in CreateAnnouncePeerQuery()
283 …public static DHTMessage CreateGetPeersQuery(BString transactionID, byte[] nodeId, byte[] infoHash) in CreateGetPeersQuery()
306 BString transactionID, byte[] nodeId, byte[] infoHash, in CreateGetPeersResponse()
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/peer/
H A Dconnectionlimit.h51 const bt::SHA1Hash &infoHash() const in infoHash() function
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/DHT/
H A DPeersFoundEventArgs.cs42 public PeersFoundEventArgs(byte[] infoHash, List<IPEndPoint> peers) in PeersFoundEventArgs()
/dports/devel/opendht/opendht-1.10.1/src/
H A Ddht_proxy_server.cpp279 InfoHash infoHash(hash); in get() local
313 InfoHash infoHash(hash); in listen() local
321 InfoHash infoHash(hash); in listen() local
384 InfoHash infoHash(hash); in subscribe() local
514 InfoHash infoHash(hash); in unsubscribe() local
640 InfoHash infoHash(hash); in put() local
743 InfoHash infoHash(hash); in putSigned() local
864 InfoHash infoHash(hash); in getFiltered() local
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Ddht_proxy_server.cpp279 InfoHash infoHash(hash); in get() local
313 InfoHash infoHash(hash); in listen() local
321 InfoHash infoHash(hash); in listen() local
384 InfoHash infoHash(hash); in subscribe() local
514 InfoHash infoHash(hash); in unsubscribe() local
640 InfoHash infoHash(hash); in put() local
743 InfoHash infoHash(hash); in putSigned() local
864 InfoHash infoHash(hash); in getFiltered() local
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/network/torrent/
H A Dtorrentserver.cpp92 void TorrentServer::processInfoHash(const QByteArray &infoHash) in processInfoHash()
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/magnet/
H A Dmagnetlink.h79 const SHA1Hash &infoHash() const in infoHash() function
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/network/torrent/
H A Dtorrentserver.cpp102 void TorrentServer::processInfoHash(const QByteArray &infoHash) in processInfoHash()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dmagneturi.cpp100 InfoHash MagnetUri::infoHash() const in infoHash() function in MagnetUri
H A Dinfohash.cpp63 BitTorrent::TorrentID BitTorrent::TorrentID::fromInfoHash(const BitTorrent::InfoHash &infoHash) in fromInfoHash()

123