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

  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 23 scoped_refptr<X509Certificate> cert2(
38 cache.Add(server2, cert2.get());
40 EXPECT_EQ(cert2.get(), cache.Lookup(server2));
45 EXPECT_EQ(cert2.get(), cache.Lookup(server2));
50 EXPECT_EQ(cert2.get(), cache.Lookup(server2));
55 EXPECT_EQ(cert2.get(), cache.Lookup(server2));
71 scoped_refptr<X509Certificate> cert2(
75 cache.Add(server2, cert2.get());
78 EXPECT_EQ(cert2.get(), cache.Lookup(server2));
x509_certificate_unittest.cc 318 scoped_refptr<X509Certificate> cert2 = X509Certificate::CreateFromHandle( local
321 EXPECT_EQ(cert1, cert2);
357 scoped_refptr<X509Certificate> cert2 = local
360 EXPECT_EQ(cert1, cert2);
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 356 X509Certificate cert2 = (X509Certificate) certFact local
363 selector.setCertificate(cert2);
364 assertEquals(cert2, selector.getCertificate());
648 TestCert cert2 = new TestCert(sans2); local
656 && selector.match(cert2));
1006 X509Certificate cert2 = (X509Certificate) certFact local
1034 TestCert cert2 = new TestCert(akid2); local
1100 TestCert cert2 = new TestCert("other certificate"); local
1135 TestCert cert2 = new TestCert(date2); local
1172 TestCert cert2 = new TestCert(ku2); local
1220 TestCert cert2 = new TestCert(iss2); local
1266 TestCert cert2 = new TestCert(iss2); local
1310 TestCert cert2 = new TestCert(iss2); local
1343 TestCert cert2 = new TestCert(ku2); local
1458 TestCert cert2 = new TestCert(sans2); local
1510 TestCert cert2 = new TestCert(policies2); local
1547 TestCert cert2 = new TestCert(date2, date3); local
1580 TestCert cert2 = new TestCert(ser2); local
1618 TestCert cert2 = new TestCert(sub2); local
1663 TestCert cert2 = new TestCert(sub2); local
1707 TestCert cert2 = new TestCert(sub2); local
1760 TestCert cert2 = new TestCert(sans2); local
1802 TestCert cert2 = new TestCert(skid2); local
1872 TestCert cert2 = new TestCert(pkey2); local
1917 TestCert cert2 = new TestCert(pkey2); local
2558 TestCert cert2 = new TestCert(sans2); local
2600 TestCert cert2 = new TestCert(sans2); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 283 Certificate cert2 = keyTest.getCertificate("alias2"); local
285 cert2, cert[0]);
317 X509Certificate cert2 = (X509Certificate) cf.generateCertificate(certArray3); local
318 String aliasNull = keyTest.getCertificateAlias(cert2);
    [all...]

Completed in 275 milliseconds