Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 194) sorted by relevance

12345678

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh63 # script -c tests/scripts/all.sh
65 # tests/scripts/all.sh >all.log 2>&1
143 # suffix from auxiliary scripts so that all.sh and auxiliary scripts can
225 if [[ -e ${PWD}/tests/scripts/quiet ]]; then
226 export PATH=${PWD}/tests/scripts/quiet:$PATH
821 "$@" scripts/output_env.sh
858 # supported by scripts/config.py (for example, "full"). This selects
872 # calling scripts/config.py on this file remains the only option.
894 scripts/config.py "$base_config"
898 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
[all …]
Dcheck-generated-files.sh16 default the scripts reports it and exits in error; with the -u option, it just
120 # scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
127 # - scripts/make_generated_files.bat (to generate them under Windows)
130 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
131 check tests/scripts/generate_bignum_tests.py $(tests/scripts/generate_bignum_tests.py --list)
132 check tests/scripts/generate_ecp_tests.py $(tests/scripts/generate_ecp_tests.py --list)
133 check tests/scripts/generate_psa_tests.py $(tests/scripts/generate_psa_tests.py --list)
134 check scripts/generate_driver_wrappers.py $library_dir/psa_crypto_driver_wrappers.h $library_dir/ps…
138 check scripts/generate_errors.pl library/error.c
139 check scripts/generate_query_config.pl programs/test/query_config.c
[all …]
Dcheck-python-files.sh41 …# tests/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library st…
58 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
65 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
Dbasic-in-docker.sh23 source tests/scripts/docker_env.sh
25 run_in_docker tests/scripts/all.sh 'check_*'
34 run_in_docker tests/scripts/test-ref-configs.pl
35 run_in_docker tests/scripts/depends.py curves
36 run_in_docker tests/scripts/depends.py kex
Dtest-ref-configs.pl13 # Usage: tests/scripts/test-ref-configs.pl [config-name [...]]
107 system( "scripts/config.py set MBEDTLS_PSA_CRYPTO_C" );
108 system( "scripts/config.py set MBEDTLS_USE_PSA_CRYPTO" );
135 system( "scripts/config.py set MBEDTLS_DEBUG_C" );
136 system( "scripts/config.py set MBEDTLS_ERROR_C" );
/openthread-latest/third_party/mbedtls/repo/scripts/
Dmake_generated_files.bat2 @rem and build scripts.
6 python scripts\generate_driver_wrappers.py || exit /b 1
7 perl scripts\generate_errors.pl || exit /b 1
8 perl scripts\generate_query_config.pl || exit /b 1
9 perl scripts\generate_features.pl || exit /b 1
10 python scripts\generate_ssl_debug_helpers.py || exit /b 1
11 perl scripts\generate_visualc_files.pl || exit /b 1
12 python scripts\generate_psa_constants.py || exit /b 1
13 python tests\scripts\generate_bignum_tests.py || exit /b 1
14 python tests\scripts\generate_ecp_tests.py || exit /b 1
[all …]
Dfootprint.sh64 scripts/config.py unset MBEDTLS_NET_C || true
65 scripts/config.py unset MBEDTLS_TIMING_C || true
66 scripts/config.py unset MBEDTLS_FS_IO || true
67 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true
Dgenerate_driver_wrappers.py5 This module is invoked by the build scripts to auto generate the
117 'scripts',
122 'scripts',
188 'scripts',
193 'scripts',
Decc-heap.sh8 # scripts/ecc-heap.sh | tee ecc-heap.log
75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W
76 scripts/config.py set MBEDTLS_ECP_FIXED_POINT_OPTIM $F
Dmemory.sh52 scripts/config.py unset MBEDTLS_SSL_SRV_C
55 scripts/config.py unset $FLAG
93 scripts/massif_max.pl massif.out.*
/openthread-latest/third_party/mbedtls/repo/tests/
DCMakeLists.txt24 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
36 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_ecp_tests.py
48 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_psa_tests.py
84 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
87 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
88 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_common.py
89 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_core.py
90 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod_raw.py
91 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod.py
92 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/test_case.py
[all …]
DMakefile2 include ../scripts/common.make
21 $(PYTHON) scripts/generate_bignum_tests.py --list || \
25 $(error "$(PYTHON) scripts/generate_bignum_tests.py --list" failed)
28 $(PYTHON) scripts/generate_ecp_tests.py --list || \
32 $(error "$(PYTHON) scripts/generate_ecp_tests.py --list" failed)
35 $(PYTHON) scripts/generate_psa_tests.py --list || \
39 $(error "$(PYTHON) scripts/generate_psa_tests.py --list" failed)
52 generated_bignum_test_data: scripts/generate_bignum_tests.py
53 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_common.py
54 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_core.py
[all …]
Dmake-in-docker.sh10 # - scripts/docker_env.sh for general Docker prerequisites and other information.
19 source tests/scripts/docker_env.sh
/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py45 _BACKBONE_TESTS_DIR = 'tests/scripts/thread-cert/backbone'
119 parser.add_argument("scripts", nargs='+', type=str, help='specify Backbone test scripts')
125 logging.info("Test scripts: %d", len(args.scripts))
129 def check_has_backbone_tests(scripts): argument
130 for script in scripts:
154 def print_summary(scripts: List[str], script_successes: Dict[str, List[int]], script_failures: Dict…
158 for script in scripts:
168 def run_tests(scripts: List[str], multiply: int = 1, run_directory: str = None):
169 scripts = list(set(scripts))
172 script_ids = [(script, i) for script in scripts for i in range(multiply)]
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/git-scripts/
DREADME.md3 git has a way to run scripts, which are invoked by specific git commands.
7scripts` directory, and one must create a soft link from `<Mbed TLS root>/.git/hooks` to `<Mbed TL…
12 `ln -s ../../tests/git-scripts/pre-push.sh pre-push`
16 These scripts can also be used independently.
/openthread-latest/third_party/mbedtls/repo/library/
DCMakeLists.txt139 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/generate_errors.pl
141 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/data_files
144 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/generate_errors.pl
146 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/data_files/error.fmt
154 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/generate_features.pl
156 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/data_files
159 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/generate_features.pl
161 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/data_files/version_features.fmt
169 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/generate_ssl_debug_helpers.py
173 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/generate_ssl_debug_helpers.py
[all …]
DMakefile351 error.c: $(gen_file_dep) ../scripts/generate_errors.pl
352 error.c: $(gen_file_dep) ../scripts/data_files/error.fmt
356 $(PERL) ../scripts/generate_errors.pl
358 ssl_debug_helpers_generated.c: $(gen_file_dep) ../scripts/generate_ssl_debug_helpers.py
362 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
364 version_features.c: $(gen_file_dep) ../scripts/generate_features.pl
365 version_features.c: $(gen_file_dep) ../scripts/data_files/version_features.fmt
374 $(PERL) ../scripts/generate_features.pl
379 $(GENERATED_WRAPPER_FILES): ../scripts/generate_driver_wrappers.py
380 $(GENERATED_WRAPPER_FILES): ../scripts/data_files/driver_templates/psa_crypto_driver_wrappers.h.jin…
[all …]
/openthread-latest/.github/workflows/
Dsimulation-1.4.yml86 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
95 ./script/test cert_suite tests/scripts/thread-cert/v1_2_*
150 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
166 ./script/test cert_suite ./tests/scripts/thread-cert/v1_2_LowPower*.py
170 …WD}/build_csl_receiver_local_time_sync" ./script/test cert_suite ./tests/scripts/thread-cert/v1_2_…
225 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
234 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.…
277 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
284 ./script/test cert_suite ./tests/scripts/thread-cert/addon_test_channel_manager_autocsl*.py
376 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
[all …]
Dotbr.yml77 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
88 …sudo -E ./script/test cert_suite ./tests/scripts/thread-cert/backbone/*.py || (sudo chmod a+r ot_t…
121 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
127 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
133 cert_scripts: ./tests/scripts/thread-cert/border_router/MATN/*.py
139 cert_scripts: ./tests/scripts/thread-cert/border_router/LowPower/*.py
145 cert_scripts: ./tests/scripts/thread-cert/border_router/internet/*.py
151 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
157 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
163 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
[all …]
Dsimulation-1.1.yml73 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
82 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.…
126 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
132 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.…
181 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
187 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.…
229 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
235 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.…
373 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
379 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.…
[all …]
/openthread-latest/script/
Dtest293 export PYTHONPATH=tests/scripts/thread-cert
312 export PYTHONPATH=tests/scripts/thread-cert
318 …./tests/scripts/thread-cert/run_cert_suite.py --run-directory ot_testing --multiply "${MULTIPLY:-1…
426 ./tests/scripts/thread-cert/pktverify/verify.py "$1"
490 …find tests/scripts/expect -type f -perm "$([[ $OSTYPE == darwin* ]] && echo '+' || echo '/')"111 \…
526 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
527 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py
530 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
531 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py
534 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
[all …]
/openthread-latest/third_party/mbedtls/repo/
DMakefile85 $(VISUALC_FILES): $(gen_file_dep) scripts/generate_visualc_files.pl
86 $(VISUALC_FILES): $(gen_file_dep) scripts/data_files/vs2017-app-template.vcxproj
87 $(VISUALC_FILES): $(gen_file_dep) scripts/data_files/vs2017-main-template.vcxproj
88 $(VISUALC_FILES): $(gen_file_dep) scripts/data_files/vs2017-sln-template.sln
92 $(PERL) scripts/generate_visualc_files.pl
144 -scripts/config.py get MBEDTLS_CTR_DRBG_USE_128_BIT_KEY && ([ $$? -eq 0 ]) && \
181 # tests/scripts/basic-build-test.sh
182 # 3. Run scripts/lcov.sh to generate an HTML report.
184 scripts/lcov.sh
/openthread-latest/third_party/mbedtls/repo/programs/test/
DCMakeLists.txt47 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/generate_query_config.pl
50 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/data_files/query_config.fmt
53 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/generate_query_config.pl
56 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/data_files/query_config.fmt
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md31 (2) The auto generation is based on the template file at **scripts/data_files/driver_templates/psa_…
32 …d for generating the psa_crypto_driver_wrappers.h file can be found at **scripts/data_files/driver…
38 One can also refer to the example test drivers/ JSON schemas under **scripts/data_files/driver_json…
/openthread-latest/tools/tcat_ble_client/
DGENERATING_CERTIFICATES.md13 …rate` contains example scripts and a Makefile to generate TCAT Commissioner certificates and TCAT …
90 …3.6.1.4.1.44970.3 = DER:21:01:01:01:01` specifies permissions (all)) See scripts in `auth-generate…

12345678