Home
last modified time | relevance | path

Searched defs:ClientHelloInfo (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_crypto_server_config.h44 struct QUIC_EXPORT_PRIVATE ClientHelloInfo { struct
50 const QuicIpAddress client_ip;
51 const QuicWallTime now;
54 bool valid_source_address_token;
55 absl::string_view sni;
56 absl::string_view client_nonce;
57 absl::string_view server_nonce;
58 absl::string_view user_agent_id;
59 SourceAddressTokens source_address_tokens;
62 std::vector<uint32_t> reject_reasons;
Dquic_crypto_server_config.cc204 ClientHelloInfo::ClientHelloInfo(const QuicIpAddress& in_client_ip, in ClientHelloInfo() function in quic::ClientHelloInfo