Searched defs:kCETVLabel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake.h206 // kCETVLabel is a constant that is used when deriving the keys for the
208 static const char kCETVLabel[]; member in class:net::QuicCryptoConfig
H A Dcrypto_handshake.cc344 const char QuicCryptoConfig::kCETVLabel[] = "QUIC CETV block"; member in class:net::QuicCryptoConfig
733 hkdf_input.append(QuicCryptoConfig::kCETVLabel,
734 strlen(QuicCryptoConfig::kCETVLabel) + 1);

Completed in 321 milliseconds