Home
last modified time | relevance | path

Searched refs:CertPathErrors (Results 1 – 10 of 10) sorted by relevance

/pki/
A Dcert_errors.cc129 CertPathErrors::CertPathErrors() = default;
131 CertPathErrors::CertPathErrors(CertPathErrors &&other) = default;
132 CertPathErrors &CertPathErrors::operator=(CertPathErrors &&) = default;
134 CertPathErrors::~CertPathErrors() = default;
136 CertErrors *CertPathErrors::GetErrorsForCert(size_t cert_index) { in GetErrorsForCert()
150 CertErrors *CertPathErrors::GetOtherErrors() { return &other_errors_; } in GetOtherErrors()
152 const CertErrors *CertPathErrors::GetOtherErrors() const { in GetOtherErrors()
156 bool CertPathErrors::ContainsError(CertErrorId id) const { in ContainsError()
170 bool CertPathErrors::ContainsAnyErrorWithSeverity( in ContainsAnyErrorWithSeverity()
185 std::optional<CertErrorId> CertPathErrors::FindSingleHighSeverityError( in FindSingleHighSeverityError()
[all …]
A Dcert_errors.h70 class CertPathErrors; variable
131 friend CertPathErrors;
138 class OPENSSL_EXPORT CertPathErrors {
140 CertPathErrors();
141 CertPathErrors(CertPathErrors &&other);
142 CertPathErrors &operator=(CertPathErrors &&);
143 ~CertPathErrors();
A Dverify_certificate_chain.h276 std::set<der::Input> *user_constrained_policy_set, CertPathErrors *errors);
A Dtest_helpers.h156 const CertPathErrors &actual_errors,
A Dverify_certificate_chain_pkits_unittest.cc62 CertPathErrors path_errors; in RunTest()
A Dpath_builder.h97 CertPathErrors errors;
A Dverify_certificate_chain_unittest.cc35 CertPathErrors errors; in Verify()
A Dverify_certificate_chain.cc750 CertPathErrors *errors);
1603 std::set<der::Input> *user_constrained_policy_set, CertPathErrors *errors) { in Run()
1747 std::set<der::Input> *user_constrained_policy_set, CertPathErrors *errors) { in VerifyCertificateChain()
A Dpath_builder.cc497 CertPathErrors *out_errors,
530 CertPathErrors *out_errors, in GetNextPath()
A Dtest_helpers.cc447 const CertPathErrors &actual_errors, in VerifyCertPathErrors()

Completed in 24 milliseconds