Home
last modified time | relevance | path

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

/mbedtls-3.4.0/tests/scripts/
Dcheck-python-files.sh26 PYTHON=python3
28 PYTHON=python
32 $PYTHON - "$2" <<EOF
70 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
77 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
/mbedtls-3.4.0/tests/
DMakefile63 PYTHON ?= python macro
65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
70 $(PYTHON) scripts/generate_bignum_tests.py --list || \
77 $(PYTHON) scripts/generate_psa_tests.py --list || \
103 $(PYTHON) scripts/generate_bignum_tests.py
123 $(PYTHON) scripts/generate_psa_tests.py
186 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
/mbedtls-3.4.0/library/
DMakefile28 PYTHON ?= python macro
30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
324 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
342 $(PYTHON) ../scripts/generate_driver_wrappers.py
/mbedtls-3.4.0/programs/
DMakefile59 PYTHON ?= python macro
61 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
185 $(PYTHON) ../scripts/generate_psa_constants.py