Searched refs:kCommonCertSubstrings (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcert_compressor.cc20 // kCommonCertSubstrings contains ~1500 bytes of common certificate substrings
23 static const unsigned char kCommonCertSubstrings[] = { member in namespace:net::__anon9419
301 zlib_dict_size += sizeof(kCommonCertSubstrings);
311 zlib_dict += string(reinterpret_cast<const char*>(kCommonCertSubstrings),
312 sizeof(kCommonCertSubstrings));

Completed in 89 milliseconds