Home
last modified time | relevance | path

Searched refs:PYTHON (Results 1 – 5 of 5) sorted by relevance

/mbedtls-latest/tests/
DMakefile20 $(PYTHON) ../framework/scripts/generate_bignum_tests.py --list || \
29 $(PYTHON) ../framework/scripts/generate_config_tests.py --list || \
38 $(PYTHON) ../framework/scripts/generate_ecp_tests.py --list || \
47 $(PYTHON) ../framework/scripts/generate_psa_tests.py --list || \
77 $(PYTHON) ../framework/scripts/generate_bignum_tests.py
93 $(PYTHON) ../framework/scripts/generate_config_tests.py
104 $(PYTHON) ../framework/scripts/generate_ecp_tests.py
127 $(PYTHON) ../framework/scripts/generate_psa_tests.py
151 $($(PYTHON) ../framework/scripts/generate_test_cert_macros.py --list-dependencies)
152 $(PYTHON) ../framework/scripts/generate_test_cert_macros.py --output $@
[all …]
/mbedtls-latest/tests/scripts/
Dcheck-python-files.sh14 PYTHON=python3
16 PYTHON=python
20 $PYTHON - "$2" <<EOF
58 $PYTHON -m pylint framework/scripts/*.py framework/scripts/mbedtls_framework/*.py scripts/*.py test…
65 $PYTHON -m mypy framework/scripts/*.py framework/scripts/mbedtls_framework/*.py scripts/*.py tests/…
/mbedtls-latest/library/
DMakefile33 PYTHON ?= python macro
35 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
344 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
366 $(PYTHON) ../scripts/generate_driver_wrappers.py
/mbedtls-latest/scripts/
Dcommon.make88 PYTHON ?= python
90 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi)
/mbedtls-latest/programs/
DMakefile135 $(PYTHON) ../scripts/generate_psa_constants.py