Home
last modified time | relevance | path

Searched defs:PemCollection (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_chain_utils.rs29 pub struct PemCollection { struct
33 impl Default for PemCollection { implementation
38 impl PemCollection { impl
H A Dkey_enable.rs155 fn enable_trusted_keys(key_id: KeySerial, root_cert: &PemCollection) { in enable_trusted_keys()
172 fn check_and_add_cert_path(root_cert: &PemCollection, cert_paths: &TrustCertPath) -> bool { in check_and_add_cert_path()
186 root_cert: PemCollection, in add_profile_cert_path_thread()
H A Dprofile_utils.rs306 root_cert: &PemCollection, in add_profile_cert_path()