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

  /external/chromium_org/net/quic/crypto/
cert_compressor.h 33 // CompressChain compresses the certificates in |certs| and returns a
38 static std::string CompressChain(const std::vector<std::string>& certs,
43 // DecompressChain decompresses the result of |CompressChain|, given in |in|,
cert_compressor_test.cc 22 CertCompressor::CompressChain(chain, StringPiece(), StringPiece(), NULL);
35 CertCompressor::CompressChain(chain, StringPiece(), StringPiece(), NULL);
52 const string compressed = CertCompressor::CompressChain(
76 CertCompressor::CompressChain(chain, StringPiece(), hash_bytes, NULL);
crypto_server_config.cc 722 const string compressed = CertCompressor::CompressChain(
    [all...]
cert_compressor.cc 458 string CertCompressor::CompressChain(const vector<string>& certs,

Completed in 1052 milliseconds