Searched defs:root_cert (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/cert/
H A Dtest_root_certs_unittest.cc34 scoped_refptr<X509Certificate> root_cert = local
36 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert.get());
42 EXPECT_TRUE(test_roots->Add(root_cert.get()));
H A Dcert_verify_proc_nss.cc155 CERTCertificate* root_cert,
181 next_cert = root_cert;
217 if (root_cert)
218 verified_chain.push_back(root_cert);
631 CERTCertificate* root_cert,
639 if (root_cert) {
640 hashes->push_back(CertPublicKeyHashSHA1(root_cert));
641 hashes->push_back(CertPublicKeyHashSHA256(root_cert));
154 GetCertChainInfo(CERTCertList* cert_list, CERTCertificate* root_cert, CertVerifyResult* verify_result) argument
630 AppendPublicKeyHashes(CERTCertList* cert_list, CERTCertificate* root_cert, HashValueVector* hashes) argument
H A Dcert_verify_proc_unittest.cc369 scoped_refptr<X509Certificate> root_cert = local
371 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert.get());
372 ScopedTestRoot scoped_root(root_cert.get());
444 scoped_refptr<X509Certificate> root_cert = local
446 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert.get());
448 ScopedTestRoot scoped_root(root_cert.get());
472 root_cert->os_cert_handle()));
1302 scoped_refptr<X509Certificate> root_cert = local
1304 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert.get());
1305 test_root.Reset(root_cert
[all...]
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils_chromium.cc33 scoped_refptr<X509Certificate> root_cert = local
35 scoped_root_.Reset(root_cert.get());
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc933 scoped_refptr<net::X509Certificate> root_cert = local
937 // TODO(mattm): check here if root_cert is not a CA cert and show error.
939 base::StringValue cert_name(root_cert->subject().GetDisplayName());
/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc2488 scoped_refptr<X509Certificate> root_cert = ImportCertFromFile( local
2490 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert.get());
2491 ScopedTestRoot scoped_root(root_cert.get());
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc7489 scoped_refptr<X509Certificate> root_cert = variable
7491 CHECK_NE(static_cast<X509Certificate*>(NULL), root_cert.get());
7492 test_root_.reset(new ScopedTestRoot(root_cert.get()));

Completed in 183 milliseconds