Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_handshake.h100 struct QUICHE_EXPORT QuicCryptoNegotiatedParameters struct
105 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 …]
H A Dcrypto_handshake.cc13 QuicCryptoNegotiatedParameters::QuicCryptoNegotiatedParameters() in QuicCryptoNegotiatedParameters() function in quic::QuicCryptoNegotiatedParameters