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

  /external/chromium_org/content/browser/media/
webrtc_identity_store_unittest.cc 146 std::string cert_1, cert_2, key_1, key_2; local
161 &cert_2,
166 EXPECT_NE(cert_1, cert_2);
173 std::string cert_1, cert_2, key_1, key_2; local
188 &cert_2,
193 EXPECT_EQ(cert_1, cert_2);
200 std::string cert_1, cert_2, key_1, key_2; local
213 base::Bind(&OnRequestCompleted, &completed_2, &cert_2, &key_2));
219 EXPECT_EQ(cert_1, cert_2);
226 std::string cert_1, cert_2, key_1, key_2 local
252 std::string cert_1, cert_2, key_1, key_2; local
288 std::string cert_1, cert_2, key_1, key_2; local
319 std::string cert_1, cert_2, key_1, key_2; local
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 455 TestCert cert_2 = new TestCert("other certificate"); local
461 selector.match(cert_1) && selector.match(cert_2));
466 selector.match(cert_2));
467 selector.setCertificate(cert_2);
469 selector.match(cert_2));
479 TestCert cert_2 = new TestCert("other certificate"); local
487 cert_2.equals(selector.getCertificate()));
499 TestCert cert_2 = new TestCert(ser2); local
505 selector.match(cert_1) && selector.match(cert_2));
510 selector.match(cert_2));
543 TestCert cert_2 = new TestCert(iss2); local
589 TestCert cert_2 = new TestCert(iss2); local
650 TestCert cert_2 = new TestCert(iss2); local
710 TestCert cert_2 = new TestCert(sub2); local
756 TestCert cert_2 = new TestCert(sub2); local
819 TestCert cert_2 = new TestCert(sub2); local
881 TestCert cert_2 = new TestCert(skid2); local
932 TestCert cert_2 = new TestCert(akid2); local
983 TestCert cert_2 = new TestCert(date2); local
1037 TestCert cert_2 = new TestCert(date2, date3); local
1091 TestCert cert_2 = new TestCert(pkey2); local
1154 TestCert cert_2 = new TestCert(pkey2); local
1204 TestCert cert_2 = new TestCert(pkey2); local
1263 TestCert cert_2 = new TestCert(ku2); local
1320 TestCert cert_2 = new TestCert(ku2); local
1407 TestCert cert_2 = new TestCert(sans_2); local
1465 TestCert cert_2 = new TestCert(sans_2); local
1551 TestCert cert_2 = new TestCert(sans_2); local
2171 TestCert cert_2 = new TestCert(plen2); local
2231 TestCert cert_2 = new TestCert(policies_2); local
    [all...]

Completed in 149 milliseconds