Searched refs:TrustCertPath (Results 1 – 5 of 5) sorted by relevance
17 use super::cert_path_utils::TrustCertPath;53 pub fn get_cert_path() -> TrustCertPath { in get_cert_path()54 let mut cert_paths = TrustCertPath::new(); in get_cert_path()
17 use super::cert_path_utils::TrustCertPath;172 fn check_and_add_cert_path(root_cert: &PemCollection, cert_paths: &TrustCertPath) -> bool { in check_and_add_cert_path()187 cert_paths: TrustCertPath, in add_profile_cert_path_thread() argument
111 pub struct TrustCertPath { struct130 impl Default for TrustCertPath { argument135 impl TrustCertPath { implementation138 TrustCertPath { in new()
20 DebugCertPathType, ReleaseCertPathType, TrustCertPath,307 cert_paths: &TrustCertPath, in add_profile_cert_path() argument
21 use key_enable::cert_path_utils::TrustCertPath;74 let mut cert_paths = TrustCertPath::new(); in test_successful_load_cert_path()81 let mut cert_paths = TrustCertPath::new(); in test_invalid_cert_path_file_path()91 let mut cert_paths = TrustCertPath::new(); in test_invalid_cert_path_json_structure()101 let mut cert_paths = TrustCertPath::new(); in test_empty_cert_path_json_file()