Searched refs:root_cert (Results 1 – 11 of 11) sorted by relevance
28 scoped_refptr<X509Certificate> root_cert = in TestProofVerifierChromium() local30 scoped_root_.Reset(root_cert.get()); in TestProofVerifierChromium()
34 scoped_refptr<X509Certificate> root_cert = in TEST() local36 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert.get()); in TEST()42 EXPECT_TRUE(test_roots->Add(root_cert.get())); in TEST()
164 CERTCertificate* root_cert, in GetCertChainInfo() argument190 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() argument624 if (root_cert) { in AppendPublicKeyHashes()625 hashes->push_back(CertPublicKeyHashSHA1(root_cert)); in AppendPublicKeyHashes()626 hashes->push_back(CertPublicKeyHashSHA256(root_cert)); in AppendPublicKeyHashes()
345 scoped_refptr<X509Certificate> root_cert = in TEST_F() local347 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() local421 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() local1260 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert); in TEST_P()1261 test_root.Reset(root_cert.get()); in TEST_P()
526 PCCERT_CONTEXT root_cert = element[num_elements - 1]->pCertContext; in CheckEV() local528 X509Certificate::CalculateFingerprint(root_cert); in CheckEV()
623 CERTCertificate* root_cert, in AppendPublicKeyHashes() argument630 hashes->push_back(CertPublicKeyHash(root_cert)); in AppendPublicKeyHashes()
924 PCCERT_CONTEXT root_cert = element[num_elements - 1]->pCertContext; in CheckEV() local925 SHA1Fingerprint fingerprint = CalculateFingerprint(root_cert); in CheckEV()
809 scoped_refptr<net::X509Certificate> root_cert = in ImportCAFileRead() local814 StringValue cert_name(root_cert->subject().GetDisplayName()); in ImportCAFileRead()
918 scoped_refptr<net::X509Certificate> root_cert = in ImportCAFileRead() local924 StringValue cert_name(root_cert->subject().GetDisplayName()); in ImportCAFileRead()
1749 scoped_refptr<X509Certificate> root_cert = ImportCertFromFile( in TEST_F() local1751 ASSERT_NE(static_cast<X509Certificate*>(NULL), root_cert); in TEST_F()1752 ScopedTestRoot scoped_root(root_cert.get()); in TEST_F()
6673 scoped_refptr<net::X509Certificate> root_cert = in TEST_F() local6675 CHECK_NE(static_cast<X509Certificate*>(NULL), root_cert); in TEST_F()6676 test_root_.reset(new ScopedTestRoot(root_cert.get())); in TEST_F()