OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
cert_compressor.cc
458
string CertCompressor::
CompressChain
(const vector<string>& certs,
quic_crypto_server_config.cc
925
const string compressed = CertCompressor::
CompressChain
(
[
all
...]
Completed in 42 milliseconds