Home
last modified time | relevance | path

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

/mbedtls-latest/tests/scripts/
Dcheck_names.py773 def __init__(self, parse_result, log): argument
774 self.parse_result = parse_result
822 all_identifiers = self.parse_result["identifiers"] + \
823 self.parse_result["excluded_identifiers"]
825 for symbol in self.parse_result["symbols"]:
851 for item_match in self.parse_result[group_to_check]:
878 in self.parse_result["public_macros"] +
879 self.parse_result["internal_macros"] +
880 self.parse_result["private_macros"] +
881 self.parse_result["enum_consts"]
[all …]
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function495 void x509_parse_san(char *crt_file, char *result_str, int parse_result)
509 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), parse_result);
511 if (parse_result != 0) {