/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | tls_chlo_extractor_test.cc | 101 absl::optional<absl::string_view> retry_token; in IngestPackets() local 108 &packet_info.source_connection_id, &retry_token, &detailed_error); in IngestPackets() 264 absl::optional<absl::string_view> retry_token; in TEST_P() local 271 &retry_token, &detailed_error); in TEST_P()
|
D | quic_packets.cc | 97 header.retry_token_length_length, header.retry_token.length(), in GetPacketHeaderSize() 179 retry_token(absl::string_view()), 245 if (header.retry_token.length() != 0) { in operator <<() 246 os << ", retry_token_length: " << header.retry_token.length(); in operator <<() 309 header.retry_token.length(), header.length_length) {} in QuicPacket() 592 retry_token == other.retry_token && in operator ==()
|
D | quic_types.cc | 421 a.retry_token == b.retry_token && in operator ==() 430 << ", len(retry_token):" << parsed_chlo.retry_token.size() << " }"; in operator <<()
|
D | quic_packets.h | 152 absl::string_view retry_token; member 447 absl::optional<absl::string_view> retry_token; member
|
D | quic_framer.h | 110 absl::string_view retry_token, 452 absl::string_view* retry_token, std::string* detailed_error); 468 absl::optional<absl::string_view>* retry_token, 486 absl::optional<absl::string_view>* retry_token,
|
D | quic_dispatcher.cc | 313 &packet_info.retry_token, &detailed_error, connection_id_generator_); in ProcessPacket() 380 &gquic_packet_info.source_connection_id, &gquic_packet_info.retry_token, in ProcessPacket() 687 if (packet_info.retry_token.has_value()) { in TryExtractChloOrBufferEarlyPacket() 688 parsed_chlo.retry_token = std::string(*packet_info.retry_token); in TryExtractChloOrBufferEarlyPacket()
|
D | quic_framer.cc | 1622 absl::string_view retry_token; in ProcessRetryPacket() local 1623 if (!reader->ReadStringPiece(&retry_token, retry_token_length)) { in ProcessRetryPacket() 1631 header.source_connection_id, retry_token, in ProcessRetryPacket() 1665 absl::string_view retry_token = reader->ReadRemainingPayload(); in ProcessRetryPacket() local 1667 header.source_connection_id, retry_token, in ProcessRetryPacket() 1878 header->retry_token_length_length, header->retry_token.length(), in ProcessIetfDataPacket() 2002 header->retry_token_length_length, header->retry_token.length(), in ProcessDataPacket() 2315 header.retry_token.length(), header.retry_token_length_length)) { in AppendIetfPacketHeader() 2319 if (!header.retry_token.empty() && in AppendIetfPacketHeader() 2320 !writer->WriteStringPiece(header.retry_token)) { in AppendIetfPacketHeader() [all …]
|
D | quic_framer_test.cc | 261 absl::string_view retry_token, in OnRetryPacket() argument 269 retry_token_ = std::make_unique<std::string>(std::string(retry_token)); in OnRetryPacket() 1153 absl::optional<absl::string_view> retry_token; in TEST_P() local 1158 &destination_connection_id, &source_connection_id, &retry_token, in TEST_P() 1160 EXPECT_FALSE(retry_token.has_value()); in TEST_P() 1218 absl::optional<absl::string_view> retry_token; in TEST_P() local 1223 &destination_connection_id, &source_connection_id, &retry_token, in TEST_P() 1227 EXPECT_FALSE(retry_token.has_value()); in TEST_P() 1299 absl::optional<absl::string_view> retry_token; in TEST_P() local 1304 &destination_connection_id, &source_connection_id, &retry_token, in TEST_P() [all …]
|
D | quic_packet_creator.h | 346 void SetRetryToken(absl::string_view retry_token);
|
D | quic_types.h | 860 std::string retry_token; member
|
D | quic_packet_creator.cc | 1286 void QuicPacketCreator::SetRetryToken(absl::string_view retry_token) { in SetRetryToken() argument 1287 retry_token_ = std::string(retry_token); in SetRetryToken() 1686 header->retry_token = GetRetryToken(); in FillPacketHeader()
|
D | quic_connection.cc | 927 absl::string_view retry_token, in OnRetryPacket() argument 943 << absl::BytesToHexString(retry_token); in OnRetryPacket() 952 << absl::BytesToHexString(retry_token); in OnRetryPacket() 960 packet_creator_.SetRetryToken(retry_token); in OnRetryPacket() 1355 !header.retry_token.empty() && in OnPacketHeader() 1356 visitor_->ValidateToken(header.retry_token)) { in OnPacketHeader()
|
D | quic_connection.h | 662 absl::string_view retry_token,
|
D | quic_packet_creator_test.cc | 2140 ASSERT_EQ(header.retry_token.length(), sizeof(retry_token_bytes)); in TEST_P() 2142 "retry token", header.retry_token.data(), header.retry_token.length(), in TEST_P()
|
D | quic_connection_test.cc | 10463 std::string retry_token(reinterpret_cast<char*>(retry_token_bytes), in TestClientRetryHandling() 10513 retry_token); in TestClientRetryHandling() 13931 std::string retry_token = QuicPacketCreatorPeer::GetRetryToken( in TEST_P() local 13938 retry_token); in TEST_P()
|
/external/cronet/net/quic/ |
D | quic_test_packet_printer.cc | 44 absl::string_view retry_token, in OnRetryPacket() argument
|
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
D | quic_test_utils.cc | 196 header.retry_token_length_length, header.retry_token.length(), in BuildUnsizedDataPacket() 1486 absl::optional<absl::string_view> retry_token; in ParseClientVersionNegotiationProbePacket() local 1493 &retry_token, &detailed_error); in ParseClientVersionNegotiationProbePacket()
|
D | quic_test_utils.h | 287 absl::string_view retry_token,
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
D | end_to_end_test.cc | 4240 absl::optional<absl::string_view> retry_token; in WritePacket() local 4247 &retry_token, &detailed_error) != QUIC_NO_ERROR) { in WritePacket()
|
/external/rust/crates/quiche/src/ |
D | lib.rs | 2737 retry_token: None, in recv_single() 4216 retry_token: None, in send_single()
|