Searched refs:CertPathErrors (Results 1 – 10 of 10) sorted by relevance
129 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 …]
70 class CertPathErrors; variable131 friend CertPathErrors;138 class OPENSSL_EXPORT CertPathErrors {140 CertPathErrors();141 CertPathErrors(CertPathErrors &&other);142 CertPathErrors &operator=(CertPathErrors &&);143 ~CertPathErrors();
276 std::set<der::Input> *user_constrained_policy_set, CertPathErrors *errors);
156 const CertPathErrors &actual_errors,
62 CertPathErrors path_errors; in RunTest()
97 CertPathErrors errors;
35 CertPathErrors errors; in Verify()
750 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()
497 CertPathErrors *out_errors,530 CertPathErrors *out_errors, in GetNextPath()
447 const CertPathErrors &actual_errors, in VerifyCertPathErrors()
Completed in 24 milliseconds