Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs19 add_cert_path_info, remove_cert_path_info, common_format_fabricate_name,
355 if add_cert_path_info(subject, issuer, profile_type, DEFAULT_MAX_CERT_PATH_LEN).is_err() { in process_profile()
476 if add_cert_path_info(subject, issuer, profile_type, DEFAULT_MAX_CERT_PATH_LEN).is_err() { in enable_key_in_profile_internal()
H A Dcert_path_utils.rs322 add_cert_path_info( in add_subject_cert_path()
459 pub fn add_cert_path_info( in add_cert_path_info() function