mbedtls/scripts/mbedtls_dev
Gilles Peskine b93f854f4c Expand psa_generate_tests to support constructor arguments
In macro_collector.py, base InputsForTest on PSAMacroEnumerator rather
than PSAMacroCollector. It didn't make much sense to use
PSAMacroCollector anymore since InputsForTest didn't use anything
other than the constructor.

psa_generate_tests now generates arguments for more macros.
In particular, it now collects macro arguments from
test_suite_psa_crypto_metadata. Algorithms with parameters are now
supported.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-05-25 19:34:09 +02:00
..
asymmetric_key_data.py
c_build_helper.py
crypto_knowledge.py Fix KeyType with parameters passed in the name argument 2021-05-25 19:31:21 +02:00
macro_collector.py Expand psa_generate_tests to support constructor arguments 2021-05-25 19:34:09 +02:00
psa_storage.py
test_case.py
typing_util.py