HomeSort by relevance Sort by last modified time
    Searched defs:kCETVLabel (Results 1 - 2 of 2) 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);

Completed in 35 milliseconds