Searched refs:SHRPX_QUIC_CID_PREFIXLEN (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_connection_handler.h | 125 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 D | shrpx_worker_process.h | 53 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes;
|
H A D | shrpx_quic.h | 68 // SHRPX_QUIC_CID_PREFIXLEN includes SHRPX_QUIC_SERVER_IDLEN. 69 constexpr size_t SHRPX_QUIC_CID_PREFIXLEN = 8; member
|
H A D | shrpx_quic_connection_handler.cc | 142 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 D | shrpx_connection_handler.cc | 1027 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 D | shrpx.cc | 207 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 D | shrpx_worker.h | 417 std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN> cid_prefix_; 472 // Creates unpredictable SHRPX_QUIC_CID_PREFIXLEN bytes sequence which
|
H A D | shrpx_quic.cc | 211 std::copy_n(cid_prefix, SHRPX_QUIC_CID_PREFIXLEN, p); in generate_quic_connection_id()
|
H A D | shrpx_worker.cc | 1341 if (RAND_bytes(p, SHRPX_QUIC_CID_PREFIXLEN - SHRPX_QUIC_SERVER_IDLEN) != 1) { in create_cid_prefix()
|
Completed in 14 milliseconds