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

  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 201 // kInitialLabel is a constant that is used when deriving the initial
204 static const char kInitialLabel[];
crypto_handshake.cc 341 const char QuicCryptoConfig::kInitialLabel[] = "QUIC key expansion";
777 const size_t label_len = strlen(QuicCryptoConfig::kInitialLabel) + 1;
779 hkdf_input.append(QuicCryptoConfig::kInitialLabel, label_len);

Completed in 80 milliseconds