Searched refs:out_certs (Results 1 – 2 of 2) sorted by relevance
495 bool GetNextPath(ParsedCertificateList *out_certs,535 out_certs->clear(); in GetNextPath()545 out_certs->push_back(next_issuer_.cert); in GetNextPath()548 cur_path_.CopyPath(out_certs); in GetNextPath()558 cur_path_.CopyPath(out_certs); in GetNextPath()564 PathDebugString(*out_certs)); in GetNextPath()580 cur_path_.CopyPath(out_certs); in GetNextPath()591 cur_path_.CopyPath(out_certs); in GetNextPath()597 PathDebugString(*out_certs)); in GetNextPath()681 cur_path_.CopyPath(out_certs); in GetNextPath()[all …]
115 void GetNext(ParsedCertificateList *out_certs) override { in GetNext() argument117 out_certs->push_back(std::move(*issuers_iter_++)); in GetNext()
Completed in 11 milliseconds