Home
last modified time | relevance | path

Searched refs:client_hello_bytes (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_chlo_extractor.h52 absl::Span<const uint8_t> client_hello_bytes() const { in client_hello_bytes() function
Dtls_chlo_extractor_test.cc136 EXPECT_EQ(extractor->client_hello_bytes().size(), crypto_stream_size_ - 4); in ValidateChloDetails()