Searched refs:decrypted_dcid (Results 1 - 2 of 2) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_quic_connection_handler.cc | 125 std::array<uint8_t, SHRPX_QUIC_DECRYPTED_DCIDLEN> decrypted_dcid; in handle_packet() local 134 if (decrypt_quic_connection_id(decrypted_dcid.data(), in handle_packet() 141 !std::equal(std::begin(decrypted_dcid), in handle_packet() 142 std::begin(decrypted_dcid) + SHRPX_QUIC_CID_PREFIXLEN, in handle_packet() 146 decrypted_dcid.data(), decrypted_dcid.size()); in handle_packet() 186 if (decrypt_quic_connection_id(decrypted_dcid.data(), in handle_packet() 193 if (std::equal(std::begin(decrypted_dcid), in handle_packet() 194 std::begin(decrypted_dcid) + SHRPX_QUIC_CID_PREFIXLEN, in handle_packet() 328 !std::equal(std::begin(decrypted_dcid), in handle_packet() [all...] |
H A D | shrpx_connection_handler.cc | 1289 std::array<uint8_t, SHRPX_QUIC_DECRYPTED_DCIDLEN> decrypted_dcid; in quic_ipc_read() local 1291 if (decrypt_quic_connection_id(decrypted_dcid.data(), in quic_ipc_read() 1298 if (!std::equal(std::begin(decrypted_dcid), in quic_ipc_read() 1299 std::begin(decrypted_dcid) + SHRPX_QUIC_CID_PREFIXLEN, in quic_ipc_read()
|
Completed in 4 milliseconds