Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs187 let cert_mode = match cert_profile[MODE_KEY].try_as_string() { in parse_cert_profile() localVariable
203 let path_type = match path_type_resolver(cert_mode, cert_type) { in parse_cert_profile()
236 mode: cert_mode.to_string(), in parse_cert_profile()
244 fn issuer_resolver(cert_mode: &str, _cert_type: &str) -> Result<u32, ()> { in issuer_resolver()
245 match cert_mode { in issuer_resolver()
252 fn path_resolver(cert_mode: &str, cert_type: &str) -> Result<u32, ()> { in path_resolver()
253 match cert_mode { in path_resolver()