Searched refs:load_pem_certs_from_json_file (Results 1 – 3 of 3) sorted by relevance
36 root_cert.load_pem_certs_from_json_file(TRUSTED_ROOT_CERT, ALLOWED_ROOT_CERT_MEMBER_NAMES); in get_trusted_certs()38 root_cert.load_pem_certs_from_json_file( in get_trusted_certs()44 root_cert.load_pem_certs_from_json_file( in get_trusted_certs()
76 pub fn load_pem_certs_from_json_file( in load_pem_certs_from_json_file() method
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()