Searched refs:ALLOWED_ROOT_CERT_MEMBER_NAMES (Results 1 – 2 of 2) sorted by relevance
36 const ALLOWED_ROOT_CERT_MEMBER_NAMES: &[&str] = &[ const46 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()
19 const ALLOWED_ROOT_CERT_MEMBER_NAMES: &[&str] = const36 root_cert.load_pem_certs_from_json_file(TRUSTED_ROOT_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in get_trusted_certs()