HomeSort by relevance Sort by last modified time
    Searched defs:kForwardSecureLabel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 210 // kForwardSecureLabel is a constant that is used when deriving the forward
213 static const char kForwardSecureLabel[];
crypto_handshake.cc 347 const char QuicCryptoConfig::kForwardSecureLabel[] =
868 const size_t label_len = strlen(QuicCryptoConfig::kForwardSecureLabel) + 1;
870 hkdf_input.append(QuicCryptoConfig::kForwardSecureLabel, label_len);

Completed in 1865 milliseconds