Home
last modified time | relevance | path

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

/pki/
A Dpath_builder.cc505 IssuerEntry next_issuer_; member in CertPathIter
520 next_issuer_.cert = std::move(cert); in CertPathIter()
521 next_issuer_.trust = trust_store_->GetTrust(next_issuer_.cert.get()); in CertPathIter()
544 if (next_issuer_.cert) { in GetNextPath()
570 if (!next_issuer_.cert) { in GetNextPath()
587 if (!next_issuer_.cert) { in GetNextPath()
616 switch (next_issuer_.trust.type) { in GetNextPath()
650 switch (next_issuer_.trust.type) { in GetNextPath()
672 switch (next_issuer_.trust.type) { in GetNextPath()
688 next_issuer_ = IssuerEntry(); in GetNextPath()
[all …]

Completed in 5 milliseconds