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

  /external/chromium/net/base/
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...]
  /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));
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 366 KeyHolder cert1 = generateCertificate(true, ca); local
367 KeyHolder cert2 = generateCertificate(false, cert1);
373 certs.add(cert1.certificate);
X509CertificateTest.java 1104 X509Certificate cert1 = (X509Certificate) f.generateCertificate(bais); local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 292 X509Certificate cert1 = (X509Certificate) local
300 selector.setCertificate(cert1);
301 assertEquals(cert1, selector.getCertificate());
524 TestCert cert1 = new TestCert(sans1); local
532 selector.match(cert1) && selector.match(cert2));
790 X509Certificate cert1 = (X509Certificate) local
815 TestCert cert1 = new TestCert(akid1); local
867 TestCert cert1 = new TestCert("same certificate"); local
896 TestCert cert1 = new TestCert(date1); local
937 TestCert cert1 = new TestCert(ku1); local
967 TestCert cert1 = new TestCert(iss1); local
995 TestCert cert1 = new TestCert(iss1); local
1021 TestCert cert1 = new TestCert(iss1); local
1048 TestCert cert1 = new TestCert(ku1); local
1142 TestCert cert1 = new TestCert(sans1); local
1181 TestCert cert1 = new TestCert(policies1); local
1212 TestCert cert1 = new TestCert(date1, date2); local
1239 TestCert cert1 = new TestCert(ser1); local
1271 TestCert cert1 = new TestCert(sub1); local
1298 TestCert cert1 = new TestCert(sub1); local
1323 TestCert cert1 = new TestCert(sub1); local
1368 TestCert cert1 = new TestCert(sans1); local
1391 TestCert cert1 = new TestCert(skid1); local
1443 TestCert cert1 = new TestCert(pkey1); local
1474 TestCert cert1 = new TestCert(pkey1); local
2079 TestCert cert1 = new TestCert(sans1); local
2115 TestCert cert1 = new TestCert(sans1); local
    [all...]

Completed in 764 milliseconds