Searched refs:CertPath (Results 1 – 1 of 1) sorted by relevance
113 pub profile_signers: Vec<CertPath>,115 pub app_sources: Vec<CertPath>,118 pub struct CertPath { struct184 ) -> Result<CertPath, ()> in parse_cert_profile() argument235 Ok(CertPath { in parse_cert_profile()317 impl CertPath { implementation