Home
last modified time | relevance | path

Searched refs:retry_token (Results 1 – 20 of 20) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_chlo_extractor_test.cc101 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()
Dquic_packets.cc97 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 ==()
Dquic_types.cc421 a.retry_token == b.retry_token && in operator ==()
430 << ", len(retry_token):" << parsed_chlo.retry_token.size() << " }"; in operator <<()
Dquic_packets.h152 absl::string_view retry_token; member
447 absl::optional<absl::string_view> retry_token; member
Dquic_framer.h110 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,
Dquic_dispatcher.cc313 &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()
Dquic_framer.cc1622 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 …]
Dquic_framer_test.cc261 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 …]
Dquic_packet_creator.h346 void SetRetryToken(absl::string_view retry_token);
Dquic_types.h860 std::string retry_token; member
Dquic_packet_creator.cc1286 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()
Dquic_connection.cc927 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()
Dquic_connection.h662 absl::string_view retry_token,
Dquic_packet_creator_test.cc2140 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()
Dquic_connection_test.cc10463 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/
Dquic_test_packet_printer.cc44 absl::string_view retry_token, in OnRetryPacket() argument
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.cc196 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()
Dquic_test_utils.h287 absl::string_view retry_token,
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc4240 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/
Dlib.rs2737 retry_token: None, in recv_single()
4216 retry_token: None, in send_single()