Home
last modified time | relevance | path

Searched refs:HS_LEGACY_RENDEZVOUS_CELL_SIZE (Results 1 – 6 of 6) sorted by relevance

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/hs/
H A Dhs_circuit.c819 if (payload_len < HS_LEGACY_RENDEZVOUS_CELL_SIZE) { in hs_circ_service_rp_has_opened()
821 HS_LEGACY_RENDEZVOUS_CELL_SIZE - payload_len); in hs_circ_service_rp_has_opened()
822 payload_len = HS_LEGACY_RENDEZVOUS_CELL_SIZE; in hs_circ_service_rp_has_opened()
H A Dhs_common.h128 #define HS_LEGACY_RENDEZVOUS_CELL_SIZE \ macro
/dports/security/tor/tor-0.4.6.8/src/feature/hs/
H A Dhs_circuit.c819 if (payload_len < HS_LEGACY_RENDEZVOUS_CELL_SIZE) { in hs_circ_service_rp_has_opened()
821 HS_LEGACY_RENDEZVOUS_CELL_SIZE - payload_len); in hs_circ_service_rp_has_opened()
822 payload_len = HS_LEGACY_RENDEZVOUS_CELL_SIZE; in hs_circ_service_rp_has_opened()
H A Dhs_common.h128 #define HS_LEGACY_RENDEZVOUS_CELL_SIZE \ macro
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_hs_service.c1938 tt_int_op(rend1_payload_len, OP_EQ, HS_LEGACY_RENDEZVOUS_CELL_SIZE); in test_rendezvous1_parsing()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_hs_service.c1938 tt_int_op(rend1_payload_len, OP_EQ, HS_LEGACY_RENDEZVOUS_CELL_SIZE); in test_rendezvous1_parsing()