Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dkey_enable.rs20 use super::profile_utils::add_profile_cert_path;
174 if add_profile_cert_path(root_cert, cert_paths).is_err() { in check_and_add_cert_path()
H A Dprofile_utils.rs305 pub fn add_profile_cert_path( in add_profile_cert_path() function