Searched defs:torrentHash (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcrypto.h45 uint8_t torrentHash[SHA_DIGEST_LENGTH]; member in struct:__anon7331
H A Dcrypto.c133 tr_cryptoConstruct( tr_crypto * crypto, const uint8_t * torrentHash, bool isIncoming ) argument
H A Dhandshake.c214 const uint8_t * torrentHash = tr_cryptoGetTorrentHash( handshake->crypto ); local
H A Dpeer-io.c587 tr_peerIoNew( tr_session * session, tr_bandwidth * parent, const tr_address * addr, tr_port port, const uint8_t * torrentHash, bool isIncoming, bool isSeed, int socket, struct UTPSocket * utp_socket) argument
672 tr_peerIoNewOutgoing( tr_session * session, tr_bandwidth * parent, const tr_address * addr, tr_port port, const uint8_t * torrentHash, bool isSeed, bool utp ) argument

Completed in 43 milliseconds