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

  /external/chromium_org/net/quic/crypto/
common_cert_set.h 16 // CommonCertSets is an interface to an object that contains a number of common
18 class NET_EXPORT_PRIVATE CommonCertSets {
20 virtual ~CommonCertSets();
23 static const CommonCertSets* GetInstanceQUIC();
cert_compressor.h 25 // pre-shared certificates (CommonCertSets). If one of those certificates
26 // is to be compressed, and it's known to the given CommonCertSets, then it
41 const CommonCertSets* common_sets);
49 const CommonCertSets* common_sets,
crypto_handshake.cc 36 : common_cert_sets(CommonCertSets::GetInstanceQUIC()) {
crypto_handshake.h 17 class CommonCertSets;
90 const CommonCertSets* common_cert_sets;
common_cert_set.cc 67 // CommonCertSetsQUIC implements the CommonCertSets interface using the default
69 class CommonCertSetsQUIC : public CommonCertSets {
71 // CommonCertSets interface.
151 CommonCertSets::~CommonCertSets() {}
154 const CommonCertSets* CommonCertSets::GetInstanceQUIC() {
common_cert_set_test.cc 75 TEST(CommonCertSets, FindGIA) {
79 const CommonCertSets* sets(CommonCertSets::GetInstanceQUIC());
96 TEST(CommonCertSets, NonMatch) {
97 const CommonCertSets* sets(CommonCertSets::GetInstanceQUIC());
cert_compressor_test.cc 50 scoped_ptr<CommonCertSets> common_sets(
119 /* without a CommonCertSets */
127 scoped_ptr<CommonCertSets> common_sets(
cert_compressor.cc 181 const CommonCertSets* common_sets) {
338 const CommonCertSets* common_sets,
461 const CommonCertSets* common_sets) {
561 const CommonCertSets* common_sets,
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.h 23 class CommonCertSets;
103 // MockCommonCertSets returns a CommonCertSets that contains a single set with
105 static CommonCertSets* MockCommonCertSets(base::StringPiece cert,
crypto_test_utils.cc 275 class MockCommonCertSets : public CommonCertSets {
331 CommonCertSets* CryptoTestUtils::MockCommonCertSets(StringPiece cert,

Completed in 75 milliseconds