Home
last modified time | relevance | path

Searched refs:GetPEMEncodedChain (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dclient_cert_select_controller.cpp105 if (certInfo->certificate()->GetPEMEncodedChain(&pem_encoded)) in select()
141 if (cert->certificate()->GetPEMEncodedChain(&pem_encoded)) in certificates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/security_interstitials/content/
H A Dcertificate_error_report_unittest.cc83 std::string GetPEMEncodedChain() { in GetPEMEncodedChain() function
88 if (!cert || !cert->GetPEMEncodedChain(&pem_certs)) { in GetPEMEncodedChain()
108 EXPECT_EQ(GetPEMEncodedChain(), deserialized_report.cert_chain()); in VerifyErrorReportSerialization()
109 EXPECT_EQ(GetPEMEncodedChain(), deserialized_report.unverified_cert_chain()); in VerifyErrorReportSerialization()
160 EXPECT_EQ(GetPEMEncodedChain(), deserialized_report.cert_chain()); in TEST()
H A Dcertificate_error_report.cc156 if (!cert.GetPEMEncodedChain(&pem_encoded_chain)) in CertificateChainToString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/security_interstitials/content/
H A Dcertificate_error_report_unittest.cc84 std::string GetPEMEncodedChain() { in GetPEMEncodedChain() function
89 if (!cert || !cert->GetPEMEncodedChain(&pem_certs)) { in GetPEMEncodedChain()
109 EXPECT_EQ(GetPEMEncodedChain(), deserialized_report.cert_chain()); in VerifyErrorReportSerialization()
110 EXPECT_EQ(GetPEMEncodedChain(), deserialized_report.unverified_cert_chain()); in VerifyErrorReportSerialization()
161 EXPECT_EQ(GetPEMEncodedChain(), deserialized_report.cert_chain()); in TEST()
H A Dcertificate_error_report.cc156 if (!cert.GetPEMEncodedChain(&pem_encoded_chain)) in CertificateChainToString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/
H A Dx509_certificate_net_log_param.cc21 certificate->GetPEMEncodedChain(&encoded_chain); in NetLogX509CertificateList()
H A Dx509_certificate.h215 bool GetPEMEncodedChain(std::vector<std::string>* pem_encoded) const;
H A Dx509_certificate.cc612 bool X509Certificate::GetPEMEncodedChain( in GetPEMEncodedChain() function in net::X509Certificate
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Dx509_certificate_net_log_param.cc21 certificate->GetPEMEncodedChain(&encoded_chain); in NetLogX509CertificateList()
H A Dx509_certificate.h217 bool GetPEMEncodedChain(std::vector<std::string>* pem_encoded) const;
H A Dx509_certificate.cc612 bool X509Certificate::GetPEMEncodedChain( in GetPEMEncodedChain() function in net::X509Certificate
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/security_interstitials/core/
H A Dcommon_string_util.cc63 ssl_info.cert->GetPEMEncodedChain(&encoded_chain); in PopulateSSLDebuggingStrings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/security_interstitials/core/
H A Dcommon_string_util.cc69 ssl_info.cert->GetPEMEncodedChain(&encoded_chain); in PopulateSSLDebuggingStrings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/cert_verify_tool/
H A Dverify_using_cert_verify_proc.cc44 if (!cert->GetPEMEncodedChain(&pem_encoded)) { in DumpX509CertificateChain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/tools/cert_verify_tool/
H A Dverify_using_cert_verify_proc.cc44 if (!cert->GetPEMEncodedChain(&pem_encoded)) { in DumpX509CertificateChain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/
H A Dsct_auditing_cache.cc227 validated_certificate_chain->GetPEMEncodedChain(&certificate_chain); in MaybeEnqueueReport()
H A Dexpect_ct_reporter.cc62 cert_chain->GetPEMEncodedChain(&pem_encoded_chain); in GetPEMEncodedChainAsList()
H A Dexpect_ct_reporter_unittest.cc137 expected_cert->GetPEMEncodedChain(&pem_encoded_chain); in CheckReportCertificateChain()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/
H A Dexpect_ct_reporter.cc61 cert_chain->GetPEMEncodedChain(&pem_encoded_chain); in GetPEMEncodedChainAsList()
H A Dexpect_ct_reporter_unittest.cc128 expected_cert->GetPEMEncodedChain(&pem_encoded_chain); in CheckReportCertificateChain()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/docs/
H A Dnet-log.md130 server_cert_->GetPEMEncodedChain(&encoded_chain);
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/docs/
H A Dnet-log.md129 server_cert_->GetPEMEncodedChain(&encoded_chain);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dtransport_security_state.cc96 cert_chain->GetPEMEncodedChain(&pem_encoded_chain); in GetPEMEncodedChainAsList()
H A Dtransport_security_state_unittest.cc229 cert_chain->GetPEMEncodedChain(&pem_encoded_chain); in CompareCertificateChainWithList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dtransport_security_state.cc100 cert_chain->GetPEMEncodedChain(&pem_encoded_chain); in GetPEMEncodedChainAsList()

12