HomeSort by relevance Sort by last modified time
    Searched defs:QuicCryptoConfig (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_handshake.cc 27 const char QuicCryptoConfig::kInitialLabel[] = "QUIC key expansion";
30 const char QuicCryptoConfig::kCETVLabel[] = "QUIC CETV block";
33 const char QuicCryptoConfig::kForwardSecureLabel[] =
36 QuicCryptoConfig::QuicCryptoConfig()
40 QuicCryptoConfig::~QuicCryptoConfig() {}
crypto_handshake.h 136 // QuicCryptoConfig contains common configuration between clients and servers.
137 class NET_EXPORT_PRIVATE QuicCryptoConfig {
153 QuicCryptoConfig();
154 ~QuicCryptoConfig();
165 DISALLOW_COPY_AND_ASSIGN(QuicCryptoConfig);

Completed in 779 milliseconds