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

  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 206 // kCETVLabel is a constant that is used when deriving the keys for the
208 static const char kCETVLabel[];
crypto_handshake.cc 344 const char QuicCryptoConfig::kCETVLabel[] = "QUIC CETV block";
733 hkdf_input.append(QuicCryptoConfig::kCETVLabel,
734 strlen(QuicCryptoConfig::kCETVLabel) + 1);
crypto_server_config.cc 431 hkdf_input.append(QuicCryptoConfig::kCETVLabel,
432 strlen(QuicCryptoConfig::kCETVLabel) + 1);
    [all...]

Completed in 583 milliseconds