Home
last modified time | relevance | path

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

/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc43 struct CertPathStep { struct
63 const std::vector<CertPathStep>& steps, in CertInPath()
115 Error::Code VerifyCertificateChain(const std::vector<CertPathStep>& path, in VerifyCertificateChain()
452 std::vector<CertPathStep> path; in FindCertificatePath()
494 CertPathStep& next_step = path[--path_index]; in FindCertificatePath()
513 CertPathStep& next_step = path[--path_index]; in FindCertificatePath()
533 CertPathStep& last_step = path[path_index++]; in FindCertificatePath()
543 CertPathStep& last_step = path[path_index++]; in FindCertificatePath()