Home
last modified time | relevance | path

Searched refs:case_description (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbignum_core.py248 if not self.case_description:
249 self.case_description = "0x{} + 0x{} * 0x{}".format(
656 self, val_a: str, val_b: str, val_n: str, case_description: str = ""
658 self.case_description = case_description
688 if self.case_description != "replay":
697 self.case_description = tmp + self.case_description
733 cur_op = cls(a, b, n, case_description="replay")
740 cur_op = cls(a, b, n, case_description=description)
Dtest_data_generation.py43 case_description = "" variable in BaseTest
79 self.test_name, self.count, self.case_description
82 return "{} {}".format(self.test_name, self.case_description).strip()
Dbignum_common.py198 if not self.case_description:
201 self.case_description = format_string.format(
205 self.case_description = "{:x} {} {:x}".format(
370 if not self.case_description:
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_bignum_tests.py88 if not self.case_description:
89 self.case_description = "{} {} {}".format(
96 self.case_description += " " + description_suffix