Home
last modified time | relevance | path

Searched refs:rc4_handler (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dpe_crypto.cpp275 rc4_handler::rc4_handler() in rc4_handler() function in libtorrent::rc4_handler
285 void rc4_handler::set_incoming_key(span<char const> key) in set_incoming_key()
296 void rc4_handler::set_outgoing_key(span<char const> key) in set_outgoing_key()
308 rc4_handler::encrypt(span<span<char>> bufs) in encrypt()
329 std::tuple<int, int, int> rc4_handler::decrypt(span<span<char>> bufs) in decrypt()
H A Dbt_peer_connection.cpp83 std::shared_ptr<rc4_handler> init_pe_rc4_handler(key_t const& secret in init_pe_rc4_handler()
112 auto ret = std::make_shared<rc4_handler>(); in init_pe_rc4_handler()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dpe_crypto.cpp275 rc4_handler::rc4_handler() in rc4_handler() function in libtorrent::rc4_handler
285 void rc4_handler::set_incoming_key(span<char const> key) in set_incoming_key()
296 void rc4_handler::set_outgoing_key(span<char const> key) in set_outgoing_key()
308 rc4_handler::encrypt(span<span<char>> bufs) in encrypt()
329 std::tuple<int, int, int> rc4_handler::decrypt(span<span<char>> bufs) in decrypt()
H A Dbt_peer_connection.cpp83 std::shared_ptr<rc4_handler> init_pe_rc4_handler(key_t const& secret in init_pe_rc4_handler()
112 auto ret = std::make_shared<rc4_handler>(); in init_pe_rc4_handler()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dpe_crypto.hpp135 struct TORRENT_EXTRA_EXPORT rc4_handler : crypto_plugin struct
138 rc4_handler();
H A Dbt_peer_connection.hpp452 std::shared_ptr<rc4_handler> m_rc4;
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dpe_crypto.hpp135 struct TORRENT_EXTRA_EXPORT rc4_handler : crypto_plugin
138 rc4_handler();
H A Dbt_peer_connection.hpp452 std::shared_ptr<rc4_handler> m_rc4;
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_pe_crypto.cpp146 rc4_handler rc41; in TORRENT_TEST()
149 rc4_handler rc42; in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_pe_crypto.cpp146 rc4_handler rc41; in TORRENT_TEST()
149 rc4_handler rc42; in TORRENT_TEST()