Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config.cc66 struct ClientHelloInfo { struct
67 ClientHelloInfo(const IPEndPoint& in_client_ip, QuicWallTime in_now) in ClientHelloInfo() function
75 const IPEndPoint client_ip;
76 const QuicWallTime now;
79 bool valid_source_address_token;
80 bool client_nonce_well_formed;
81 bool unique;
82 StringPiece sni;
83 StringPiece client_nonce;
84 StringPiece server_nonce;
[all …]