Searched defs:QuicCryptoNegotiatedParameters (Results 1 – 2 of 2) sorted by relevance
100 struct QUICHE_EXPORT QuicCryptoNegotiatedParameters struct105 QuicTag key_exchange;106 QuicTag aead;107 std::string initial_premaster_secret;108 std::string forward_secure_premaster_secret;112 std::string initial_subkey_secret;114 std::string subkey_secret;115 CrypterPair initial_crypters;116 CrypterPair forward_secure_crypters;118 std::string sni;[all …]
13 QuicCryptoNegotiatedParameters::QuicCryptoNegotiatedParameters() in QuicCryptoNegotiatedParameters() function in quic::QuicCryptoNegotiatedParameters