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 341 const char QuicCryptoConfig::kInitialLabel[] = "QUIC key expansion";
344 const char QuicCryptoConfig::kCETVLabel[] = "QUIC CETV block";
347 const char QuicCryptoConfig::kForwardSecureLabel[] =
350 QuicCryptoConfig::QuicCryptoConfig()
355 QuicCryptoConfig::~QuicCryptoConfig() {}
525 version = QuicCryptoConfig::CONFIG_VERSION;
733 hkdf_input.append(QuicCryptoConfig::kCETVLabel,
734 strlen(QuicCryptoConfig::kCETVLabel) + 1)
    [all...]
crypto_handshake.h 192 // QuicCryptoConfig contains common configuration between clients and servers.
193 class NET_EXPORT_PRIVATE QuicCryptoConfig {
215 QuicCryptoConfig();
216 ~QuicCryptoConfig();
229 DISALLOW_COPY_AND_ASSIGN(QuicCryptoConfig);
235 class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig {

Completed in 70 milliseconds