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

  /external/chromium_org/net/quic/crypto/
crypto_protocol.h 119 // kProofSignatureLabel is prepended to server configs before signing to avoid
121 const char kProofSignatureLabel[] = "QUIC server config signature";
proof_verifier_chromium.cc 245 verifier.VerifyUpdate(reinterpret_cast<const uint8*>(kProofSignatureLabel),
246 sizeof(kProofSignatureLabel));

Completed in 706 milliseconds