mbedtls/scripts/mbedtls_dev
David Horstmann ef504d96c1 Make c_build_helper module respect HOSTCC
If HOSTCC is set, use that to generate files, otherwise use CC. This
should make cross-compilation with generated files slightly easier.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2023-01-27 17:02:09 +00:00
..
__init__.py Documentation typo 2022-09-29 18:48:41 +02:00
asymmetric_key_data.py
bignum_common.py Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random 2022-12-23 10:36:22 +01:00
bignum_core.py Fix typos 2022-12-16 16:10:36 +00:00
bignum_data.py mbedtls_mpi_mod_raw_inv_prime() tests should be arch_split 2022-12-15 16:56:36 +00:00
bignum_mod.py Supress pylint's duplicated code warning 2022-12-20 17:30:19 +01:00
bignum_mod_raw.py Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random 2022-12-23 10:36:22 +01:00
build_tree.py Unify check_repo_path 2022-09-18 21:17:09 +02:00
c_build_helper.py Make c_build_helper module respect HOSTCC 2023-01-27 17:02:09 +00:00
crypto_knowledge.py Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 2023-01-27 10:05:00 +01:00
macro_collector.py Fix invalid argument enumeration when there are >=3 arguments 2022-04-15 11:10:14 +02:00
psa_storage.py Use relative imports when importing other modules in the same directory 2022-09-17 10:38:58 +02:00
test_case.py Replace the output file atomically 2022-10-04 15:10:00 +02:00
test_data_generation.py Make pylint happy 2022-11-21 08:56:14 +00:00
typing_util.py