HomeSort by relevance Sort by last modified time
    Searched refs:kCETVLabel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 196 // kCETVLabel is a constant that is used when deriving the keys for the
198 static const char kCETVLabel[];
quic_crypto_client_config.cc 418 hkdf_input.append(QuicCryptoConfig::kCETVLabel,
419 strlen(QuicCryptoConfig::kCETVLabel) + 1);
crypto_handshake.cc 339 const char QuicCryptoConfig::kCETVLabel[] = "QUIC CETV block";
quic_crypto_server_config.cc 604 hkdf_input.append(QuicCryptoConfig::kCETVLabel,
605 strlen(QuicCryptoConfig::kCETVLabel) + 1);
    [all...]

Completed in 45 milliseconds