Home
last modified time | relevance | path

Searched refs:get_cert_path (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_utils.rs53 pub fn get_cert_path() -> TrustCertPath { in get_cert_path() function
H A Dkey_enable.rs18 use super::cert_utils::{get_cert_path, get_trusted_certs};
250 let cert_paths = get_cert_path(); in enable_all_keys()