Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_crypto_server_config.h44 struct QUICHE_EXPORT 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;
H A Dquic_crypto_server_config.cc204 ClientHelloInfo::ClientHelloInfo(const QuicIpAddress& in_client_ip, in ClientHelloInfo() function in quic::ClientHelloInfo
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dcommon.go411 type ClientHelloInfo struct { struct
414 CipherSuites []uint16
419 ServerName string
424 SupportedCurves []CurveID
429 SupportedPoints []uint8
434 SignatureSchemes []SignatureScheme
442 SupportedProtos []string
448 SupportedVersions []uint16
453 Conn net.Conn
457 config *Config
[all …]