Searched defs:QuicCryptoNegotiatedParameters (Results 1 – 2 of 2) sorted by relevance
155 struct NET_EXPORT_PRIVATE QuicCryptoNegotiatedParameters { struct160 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 …]
324 QuicCryptoNegotiatedParameters::QuicCryptoNegotiatedParameters() in QuicCryptoNegotiatedParameters() function in net::QuicCryptoNegotiatedParameters