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

  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 20 scoped_refptr<X509Certificate> cert1(
37 cache.Add(server1, cert1);
40 EXPECT_EQ(cert1, cached_cert);
46 EXPECT_EQ(cert1, cached_cert.get());
86 scoped_refptr<X509Certificate> cert1(
93 cache.Add(server1, cert1.get());
98 EXPECT_EQ(cert1.get(), cached_cert);
111 scoped_refptr<X509Certificate> cert1(
116 scoped_refptr<X509Certificate> cached_cert(cert1);
128 cache.Add(server1, cert1);
    [all...]
cert_database_nss.cc 184 X509Certificate* cert1 = certificates[1]; local
188 if (CERT_CompareName(&cert1->os_cert_handle()->issuer,
x509_certificate_unittest.cc 624 scoped_refptr<X509Certificate> cert1(X509Certificate::CreateFromHandle(
630 // should return the cached certificate (cert1).
638 EXPECT_EQ(cert1, cert2);
641 // cached certificate (cert1) and return a new certificate.
649 EXPECT_NE(cert1, cert3);
765 scoped_refptr<X509Certificate> cert1; local
766 cert1 = X509Certificate::CreateFromHandle(
768 EXPECT_TRUE(cert1->HasIntermediateCertificates(intermediates1));
769 EXPECT_FALSE(cert1->HasIntermediateCertificate(
781 EXPECT_NE(cert1, cert2)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 317 X509Certificate cert1 = (X509Certificate) certFact local
325 selector.setCertificate(cert1);
326 assertEquals(cert1, selector.getCertificate());
558 TestCert cert1 = new TestCert(sans1); local
566 .match(cert1)
838 X509Certificate cert1 = (X509Certificate) certFact local
863 TestCert cert1 = new TestCert(akid1); local
917 TestCert cert1 = new TestCert("same certificate"); local
946 TestCert cert1 = new TestCert(date1); local
977 TestCert cert1 = new TestCert(ku1); local
1019 TestCert cert1 = new TestCert(iss1); local
1059 TestCert cert1 = new TestCert(iss1); local
1097 TestCert cert1 = new TestCert(iss1); local
1124 TestCert cert1 = new TestCert(ku1); local
1221 TestCert cert1 = new TestCert(sans1); local
1258 TestCert cert1 = new TestCert(policies1); local
1289 TestCert cert1 = new TestCert(date1, date2); local
1316 TestCert cert1 = new TestCert(ser1); local
1348 TestCert cert1 = new TestCert(sub1); local
1387 TestCert cert1 = new TestCert(sub1); local
1425 TestCert cert1 = new TestCert(sub1); local
1472 TestCert cert1 = new TestCert(sans1); local
1500 TestCert cert1 = new TestCert(skid1); local
1558 TestCert cert1 = new TestCert(pkey1); local
1597 TestCert cert1 = new TestCert(pkey1); local
2214 TestCert cert1 = new TestCert(sans1); local
2250 TestCert cert1 = new TestCert(sans1); local
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLImplTest.java 345 X509CertImpl cert1 = new X509CertImpl( local
374 crl.getRevokedCertificate(cert1));
492 X509CertImpl cert1 = new X509CertImpl( local
521 crl.isRevoked(cert1));

Completed in 214 milliseconds