HomeSort by relevance Sort by last modified time
    Searched refs:kForwardSecureLabel (Results 1 - 3 of 3) 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);
crypto_server_config.cc 499 label_len = strlen(QuicCryptoConfig::kForwardSecureLabel) + 1;
501 forward_secure_hkdf_input.append(QuicCryptoConfig::kForwardSecureLabel,
    [all...]

Completed in 444 milliseconds