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

  /external/chromium/net/base/
cert_verifier_unittest.cc 47 scoped_refptr<X509Certificate> google_cert(
49 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
56 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
66 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
85 scoped_refptr<X509Certificate> google_cert(
87 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
97 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
101 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result2,
122 scoped_refptr<X509Certificate> google_cert(
124 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
178 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
233 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
267 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
    [all...]
x509_certificate_unittest.cc 185 void CheckGoogleCert(const scoped_refptr<X509Certificate>& google_cert,
188 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
190 const CertPrincipal& subject = google_cert->subject();
201 const CertPrincipal& issuer = google_cert->issuer();
213 const Time& valid_start = google_cert->valid_start();
216 const Time& valid_expiry = google_cert->valid_expiry();
219 const SHA1Fingerprint& fingerprint = google_cert->fingerprint();
224 google_cert->GetDNSNames(&dns_names);
233 EXPECT_EQ(OK, google_cert->Verify("www.google.com", flags, &verify_result));
239 scoped_refptr<X509Certificate> google_cert(
    [all...]
  /external/chromium_org/net/cert/
x509_certificate_unittest.cc 156 void CheckGoogleCert(const scoped_refptr<X509Certificate>& google_cert,
159 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
161 const CertPrincipal& subject = google_cert->subject();
172 const CertPrincipal& issuer = google_cert->issuer();
184 const Time& valid_start = google_cert->valid_start();
187 const Time& valid_expiry = google_cert->valid_expiry();
190 const SHA1HashValue& fingerprint = google_cert->fingerprint();
195 google_cert->GetDNSNames(&dns_names);
201 scoped_refptr<X509Certificate> google_cert(
205 CheckGoogleCert(google_cert, google_fingerprint
767 ASSERT_NE(static_cast<X509Certificate*>(NULL), google_cert); local
    [all...]

Completed in 753 milliseconds