Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dcrypto_handshake.h155 struct NET_EXPORT_PRIVATE QuicCryptoNegotiatedParameters { struct
160 QuicTag key_exchange;
161 QuicTag aead;
162 std::string initial_premaster_secret;
163 std::string forward_secure_premaster_secret;
164 CrypterPair initial_crypters;
165 CrypterPair forward_secure_crypters;
167 std::string sni;
168 std::string client_nonce;
169 std::string server_nonce;
[all …]
Dcrypto_handshake.cc324 QuicCryptoNegotiatedParameters::QuicCryptoNegotiatedParameters() in QuicCryptoNegotiatedParameters() function in net::QuicCryptoNegotiatedParameters