Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_utils.rs17 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()
H A Dkey_enable.rs17 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
H A Dcert_path_utils.rs111 pub struct TrustCertPath { struct
130 impl Default for TrustCertPath { argument
135 impl TrustCertPath { implementation
138 TrustCertPath { in new()
H A Dprofile_utils.rs20 DebugCertPathType, ReleaseCertPathType, TrustCertPath,
307 cert_paths: &TrustCertPath, in add_profile_cert_path() argument
/ohos5.0/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs21 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()