Searched refs:PemCollection (Results 1 – 5 of 5) sorted by relevance
29 pub struct PemCollection { struct33 impl Default for PemCollection { implementation38 impl PemCollection { impl41 PemCollection { in new()
16 use super::cert_chain_utils::PemCollection;34 pub fn get_trusted_certs() -> PemCollection { in get_trusted_certs()35 let mut root_cert = PemCollection::new(); in get_trusted_certs()
16 use super::cert_chain_utils::PemCollection;155 fn enable_trusted_keys(key_id: KeySerial, root_cert: &PemCollection) { in enable_trusted_keys() argument172 fn check_and_add_cert_path(root_cert: &PemCollection, cert_paths: &TrustCertPath) -> bool { in check_and_add_cert_path() argument186 root_cert: PemCollection, in add_profile_cert_path_thread() argument
17 use super::cert_chain_utils::PemCollection;306 root_cert: &PemCollection, in add_profile_cert_path() argument
20 use key_enable::cert_chain_utils::PemCollection;45 let mut root_cert = PemCollection::new(); in test_load_pem_cert_from_valid_json_file()52 let mut root_cert = PemCollection::new(); in test_invalid_pem_cert_file_path()59 let mut root_cert = PemCollection::new(); in test_invalid_pem_cert_json_structure()67 let mut root_cert = PemCollection::new(); in test_empty_pem_cert_json_file()