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 26 const char QuicCryptoConfig::kInitialLabel[] = "QUIC key expansion";
29 const char QuicCryptoConfig::kCETVLabel[] = "QUIC CETV block";
32 const char QuicCryptoConfig::kForwardSecureLabel[] =
35 QuicCryptoConfig::QuicCryptoConfig()
39 QuicCryptoConfig::~QuicCryptoConfig() {}
crypto_handshake.h 64 // QuicCryptoConfig contains common configuration between clients and servers.
65 class NET_EXPORT_PRIVATE QuicCryptoConfig {
81 QuicCryptoConfig();
82 ~QuicCryptoConfig();
93 DISALLOW_COPY_AND_ASSIGN(QuicCryptoConfig);

Completed in 262 milliseconds