Home
last modified time | relevance | path

Searched refs:root_cert (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/net/quic/test_tools/
Dcrypto_test_utils_chromium.cc28 scoped_refptr<X509Certificate> root_cert = in TestProofVerifierChromium() local
30 scoped_root_.Reset(root_cert.get()); in TestProofVerifierChromium()
/external/chromium_org/net/cert/
Dtest_root_certs_unittest.cc34 scoped_refptr<X509Certificate> root_cert = in TEST() local
36 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert.get()); in TEST()
42 EXPECT_TRUE(test_roots->Add(root_cert.get())); in TEST()
Dcert_verify_proc_nss.cc164 CERTCertificate* root_cert, in GetCertChainInfo() argument
190 next_cert = root_cert; in GetCertChainInfo()
220 if (root_cert) in GetCertChainInfo()
221 verified_chain.push_back(root_cert); in GetCertChainInfo()
616 CERTCertificate* root_cert, in AppendPublicKeyHashes() argument
624 if (root_cert) { in AppendPublicKeyHashes()
625 hashes->push_back(CertPublicKeyHashSHA1(root_cert)); in AppendPublicKeyHashes()
626 hashes->push_back(CertPublicKeyHashSHA256(root_cert)); in AppendPublicKeyHashes()
Dcert_verify_proc_unittest.cc345 scoped_refptr<X509Certificate> root_cert = in TEST_F() local
347 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert); in TEST_F()
348 ScopedTestRoot scoped_root(root_cert.get()); in TEST_F()
419 scoped_refptr<X509Certificate> root_cert = in TEST_F() local
421 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert.get()); in TEST_F()
423 ScopedTestRoot scoped_root(root_cert.get()); in TEST_F()
447 root_cert->os_cert_handle())); in TEST_F()
1258 scoped_refptr<X509Certificate> root_cert = in TEST_P() local
1260 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert); in TEST_P()
1261 test_root.Reset(root_cert.get()); in TEST_P()
Dcert_verify_proc_win.cc526 PCCERT_CONTEXT root_cert = element[num_elements - 1]->pCertContext; in CheckEV() local
528 X509Certificate::CalculateFingerprint(root_cert); in CheckEV()
/external/chromium/net/base/
Dx509_certificate_nss.cc623 CERTCertificate* root_cert, in AppendPublicKeyHashes() argument
630 hashes->push_back(CertPublicKeyHash(root_cert)); in AppendPublicKeyHashes()
Dx509_certificate_win.cc924 PCCERT_CONTEXT root_cert = element[num_elements - 1]->pCertContext; in CheckEV() local
925 SHA1Fingerprint fingerprint = CalculateFingerprint(root_cert); in CheckEV()
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc809 scoped_refptr<net::X509Certificate> root_cert = in ImportCAFileRead() local
814 StringValue cert_name(root_cert->subject().GetDisplayName()); in ImportCAFileRead()
/external/chromium_org/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc918 scoped_refptr<net::X509Certificate> root_cert = in ImportCAFileRead() local
924 StringValue cert_name(root_cert->subject().GetDisplayName()); in ImportCAFileRead()
/external/chromium_org/net/socket/
Dssl_client_socket_unittest.cc1749 scoped_refptr<X509Certificate> root_cert = ImportCertFromFile( in TEST_F() local
1751 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert); in TEST_F()
1752 ScopedTestRoot scoped_root(root_cert.get()); in TEST_F()
/external/chromium_org/net/url_request/
Durl_request_unittest.cc6673 scoped_refptr<net::X509Certificate> root_cert = in TEST_F() local
6675 CHECK_NE(static_cast<X509Certificate*>(NULL), root_cert); in TEST_F()
6676 test_root_.reset(new ScopedTestRoot(root_cert.get())); in TEST_F()