Home
last modified time | relevance | path

Searched refs:SHRPX_QUIC_CID_PREFIXLEN (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_connection_handler.h125 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes, in QUICLingeringWorkerProcess()
129 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes;
207 const std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>>
263 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes_;
264 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>>
H A Dshrpx_worker_process.h53 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes;
H A Dshrpx_quic.h68 // SHRPX_QUIC_CID_PREFIXLEN includes SHRPX_QUIC_SERVER_IDLEN.
69 constexpr size_t SHRPX_QUIC_CID_PREFIXLEN = 8; member
H A Dshrpx_quic_connection_handler.cc142 std::begin(decrypted_dcid) + SHRPX_QUIC_CID_PREFIXLEN, in handle_packet()
194 std::begin(decrypted_dcid) + SHRPX_QUIC_CID_PREFIXLEN, in handle_packet()
329 std::begin(decrypted_dcid) + SHRPX_QUIC_CID_PREFIXLEN, in handle_packet()
H A Dshrpx_connection_handler.cc1027 if (!std::equal(cid_prefix, cid_prefix + SHRPX_QUIC_CID_PREFIXLEN, in forward_quic_packet()
1056 const std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> in set_cid_prefixes()
1064 assert(dcidlen >= SHRPX_QUIC_CID_PREFIXLEN); in match_quic_lingering_worker_process_cid_prefix()
1299 std::begin(decrypted_dcid) + SHRPX_QUIC_CID_PREFIXLEN, in quic_ipc_read()
H A Dshrpx.cc207 const std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> in WorkerProcess()
248 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes;
1261 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; in get_inherited_quic_lingering_worker_process_from_env()
1268 if (hex_cid_prefix.size() != SHRPX_QUIC_CID_PREFIXLEN * 2 || in get_inherited_quic_lingering_worker_process_from_env()
1422 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> &cid_prefixes, in generate_cid_prefix()
1609 const std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> in fork_worker_process()
1838 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; in event_loop()
4005 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; in reload_config()
H A Dshrpx_worker.h417 std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN> cid_prefix_;
472 // Creates unpredictable SHRPX_QUIC_CID_PREFIXLEN bytes sequence which
H A Dshrpx_quic.cc211 std::copy_n(cid_prefix, SHRPX_QUIC_CID_PREFIXLEN, p); in generate_quic_connection_id()
H A Dshrpx_worker.cc1341 if (RAND_bytes(p, SHRPX_QUIC_CID_PREFIXLEN - SHRPX_QUIC_SERVER_IDLEN) != 1) { in create_cid_prefix()

Completed in 14 milliseconds