Home
last modified time | relevance | path

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

/base/security/code_signature/services/key_enable/src/
Dcert_chain_utils.rs29 pub struct PemCollection { struct
33 impl Default for PemCollection { argument
38 impl PemCollection { impl
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()
Dprofile_utils.rs250 root_cert: &PemCollection, in add_profile_cert_path()