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

  /external/chromium_org/net/ssl/
openssl_client_key_store_unittest.cc 49 scoped_refptr<X509Certificate> cert_1(
51 ASSERT_TRUE(cert_1.get());
56 ASSERT_TRUE(store_->RecordClientCertPrivateKey(cert_1.get(),
64 ASSERT_FALSE(store_->FetchClientCertPrivateKey(cert_1.get(), &pkey));
73 scoped_refptr<X509Certificate> cert_1(
75 ASSERT_TRUE(cert_1.get());
80 ASSERT_FALSE(store_->FetchClientCertPrivateKey(cert_1.get(), &pkey));
93 scoped_refptr<X509Certificate> cert_1(
95 ASSERT_TRUE(cert_1.get());
102 ASSERT_TRUE(store_->RecordClientCertPrivateKey(cert_1.get()
    [all...]
client_cert_store_mac_unittest.cc 46 scoped_refptr<X509Certificate> cert_1(
48 ASSERT_TRUE(cert_1.get());
53 EXPECT_FALSE(cert_1->IsIssuedByEncoded(authority_2));
61 cert_1, certs, *request.get(), &selected_certs);
69 scoped_refptr<X509Certificate> cert_1(
71 ASSERT_TRUE(cert_1.get());
82 cert_1, certs, *request.get(), &selected_certs);
85 EXPECT_TRUE(selected_certs[0]->Equals(cert_1.get()));
client_cert_store_unittest-inl.h 89 scoped_refptr<X509Certificate> cert_1(
91 ASSERT_TRUE(cert_1.get());
102 EXPECT_TRUE(cert_1->IsIssuedByEncoded(authority_1));
103 EXPECT_FALSE(cert_1->IsIssuedByEncoded(authority_2));
108 certs.push_back(cert_1);
118 EXPECT_TRUE(selected_certs[0]->Equals(cert_1.get()));
client_cert_store_chromeos_unittest.cc 84 scoped_refptr<X509Certificate> cert_1(
122 scoped_refptr<X509Certificate> cert_1(
161 scoped_refptr<X509Certificate> cert_1(
184 EXPECT_TRUE(cert_1->Equals(request_1->client_certs[0]));
  /external/chromium_org/content/browser/media/
webrtc_identity_store_unittest.cc 148 std::string cert_1, cert_2, key_1, key_2; local
155 &cert_1,
168 EXPECT_NE(cert_1, cert_2);
175 std::string cert_1, cert_2, key_1, key_2; local
182 &cert_1,
195 EXPECT_EQ(cert_1, cert_2);
202 std::string cert_1, cert_2, key_1, key_2; local
208 base::Bind(&OnRequestCompleted, &completed_1, &cert_1, &key_1));
221 EXPECT_EQ(cert_1, cert_2);
228 std::string cert_1, cert_2, key_1, key_2 local
254 std::string cert_1, cert_2, key_1, key_2; local
290 std::string cert_1, cert_2, key_1, key_2; local
321 std::string cert_1, cert_2, key_1, key_2; local
354 std::string cert_1, key_1; local
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 451 TestCert cert_1 = new TestCert("same certificate"); local
458 selector.match(cert_1) && selector.match(cert_2));
459 selector.setCertificate(cert_1);
461 selector.match(cert_1));
475 TestCert cert_1 = new TestCert("same certificate"); local
480 selector.setCertificate(cert_1);
482 cert_1, selector.getCertificate());
495 TestCert cert_1 = new TestCert(ser1); local
502 selector.match(cert_1) && selector.match(cert_2));
505 selector.match(cert_1));
539 TestCert cert_1 = new TestCert(iss1); local
585 TestCert cert_1 = new TestCert(iss1); local
646 TestCert cert_1 = new TestCert(iss1); local
706 TestCert cert_1 = new TestCert(sub1); local
752 TestCert cert_1 = new TestCert(sub1); local
815 TestCert cert_1 = new TestCert(sub1); local
877 TestCert cert_1 = new TestCert(skid1); local
928 TestCert cert_1 = new TestCert(akid1); local
979 TestCert cert_1 = new TestCert(date1); local
1033 TestCert cert_1 = new TestCert(date1, date2); local
1087 TestCert cert_1 = new TestCert(pkey1); local
1150 TestCert cert_1 = new TestCert(pkey1); local
1200 TestCert cert_1 = new TestCert(pkey1); local
1259 TestCert cert_1 = new TestCert(ku1); local
1316 TestCert cert_1 = new TestCert(ku1); local
1403 TestCert cert_1 = new TestCert(sans_1); local
1461 TestCert cert_1 = new TestCert(sans_1); local
1547 TestCert cert_1 = new TestCert(sans_1); local
1619 TestCert cert_1 = new TestCert(sans); local
2167 TestCert cert_1 = new TestCert(plen1); local
2227 TestCert cert_1 = new TestCert(policies_1); local
    [all...]
  /external/chromium_org/net/cert/
nss_profile_filter_chromeos_unittest.cc 158 scoped_refptr<X509Certificate> cert_1 = certs_[0]; local
166 cert_1->os_cert_handle(),
179 no_slots_profile_filter_.IsCertAllowed(cert_1->os_cert_handle()));
183 EXPECT_TRUE(profile_filter_1_.IsCertAllowed(cert_1->os_cert_handle()));
184 EXPECT_TRUE(profile_filter_1_copy_.IsCertAllowed(cert_1->os_cert_handle()));
188 EXPECT_FALSE(profile_filter_2_.IsCertAllowed(cert_1->os_cert_handle()));
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 635 TestCert cert_1 = new TestCert(sans); local
643 selector.match(cert_1));
648 selector.match(cert_1));
    [all...]

Completed in 596 milliseconds