Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs36 const ALLOWED_ROOT_CERT_MEMBER_NAMES: &[&str] = &[ const
46 root_cert.load_pem_certs_from_json_file(VALID_PEM_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in test_load_pem_cert_from_valid_json_file()
53 root_cert.load_pem_certs_from_json_file(NON_EXISTEND_PEM_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in test_invalid_pem_cert_file_path()
61 .load_pem_certs_from_json_file(INVALID_STRUCTURE_PEM_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in test_invalid_pem_cert_json_structure()
68 root_cert.load_pem_certs_from_json_file(EMPTY_PEM_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in test_empty_pem_cert_json_file()
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_utils.rs19 const ALLOWED_ROOT_CERT_MEMBER_NAMES: &[&str] = const
36 root_cert.load_pem_certs_from_json_file(TRUSTED_ROOT_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in get_trusted_certs()