Home
last modified time | relevance | path

Searched refs:InputsForTest (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/tests/scripts/
Dtest_psa_constant_names.py35 from mbedtls_dev.macro_collector import InputsForTest, PSAMacroEnumerator
40 inputs_class=InputsForTest) -> PSAMacroEnumerator:
80 def collect_values(inputs: InputsForTest, argument
106 def run_one(self, inputs: InputsForTest, type_word: str) -> None: argument
130 def run_all(self, inputs: InputsForTest) -> None: argument
Dgenerate_psa_tests.py123 constructors = macro_collector.InputsForTest()
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py352 class InputsForTest(PSAMacroEnumerator): class