Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 65) sorted by relevance

123

/mbedtls-latest/tests/scripts/
Dcomponents-configuration-crypto.sh14 scripts/config.py full
15 scripts/config.py set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER
25 scripts/config.py full
26 scripts/config.py set MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS
44 scripts/config.py full
45 scripts/config.py unset MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS
46 scripts/config.py set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER
47 scripts/config.py set MBEDTLS_PSA_CRYPTO_SPM
76 scripts/config.py unset MBEDTLS_PSA_CRYPTO_C
77 scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C
[all …]
Dcomponents-configuration-tls.sh14 scripts/config.py unset MBEDTLS_SSL_RENEGOTIATION
29 scripts/config.py unset MBEDTLS_GCM_C
30 scripts/config.py unset MBEDTLS_CCM_C
31 scripts/config.py unset MBEDTLS_CHACHAPOLY_C
33 scripts/config.py unset MBEDTLS_SSL_PROTO_TLS1_3
35 scripts/config.py unset MBEDTLS_CIPHER_MODE_CBC
37 scripts/config.py unset MBEDTLS_SSL_ENCRYPT_THEN_MAC
39 scripts/config.py set MBEDTLS_CIPHER_NULL_CIPHER
41 scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
42 scripts/config.py unset MBEDTLS_SSL_TICKET_C
[all …]
Dcomponents-configuration.sh25 tests/scripts/run_demos.py
37 tests/scripts/run_demos.py
57 scripts/config.py set MBEDTLS_ECP_WITH_MPI_UINT
79 scripts/config.py full
106 scripts/config.py full
107 scripts/config.py set MBEDTLS_ECP_WITH_MPI_UINT
149 scripts/config.py full
163 tests/scripts/run_demos.py
166 tests/scripts/test_psa_constant_names.py
176 scripts/config.py set MBEDTLS_DEPRECATED_REMOVED
[all …]
Dcomponents-platform.sh36 scripts/config.py set MBEDTLS_AESNI_C
37 scripts/config.py unset MBEDTLS_AES_USE_HARDWARE_ONLY
38 scripts/config.py set MBEDTLS_HAVE_ASM
55 scripts/config.py unset MBEDTLS_AESNI_C
56 scripts/config.py unset MBEDTLS_AES_USE_HARDWARE_ONLY
66 scripts/config.py set MBEDTLS_AESNI_C
67 scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY
87 scripts/config.py set MBEDTLS_AESNI_C
88 scripts/config.py set MBEDTLS_PADLOCK_C
89 scripts/config.py unset MBEDTLS_AES_USE_HARDWARE_ONLY
[all …]
Dcomponents-configuration-platform.sh15 scripts/config.py full
16 scripts/config.py set MBEDTLS_PLATFORM_NO_STD_FUNCTIONS
17 scripts/config.py unset MBEDTLS_ENTROPY_NV_SEED
18 scripts/config.py unset MBEDTLS_PLATFORM_NV_SEED_ALT
27 scripts/config.py full
28 scripts/config.py unset MBEDTLS_NET_C # getaddrinfo() undeclared, etc.
29 scripts/config.py set MBEDTLS_NO_PLATFORM_ENTROPY # uses syscall() on GNU/Linux
35 scripts/config.py unset MBEDTLS_HAVE_TIME_DATE
45 scripts/config.py set MBEDTLS_PLATFORM_MEMORY
46 scripts/config.py set MBEDTLS_PLATFORM_CALLOC_MACRO calloc
[all …]
Dcomponents-sanitizers.sh41 scripts/config.py full
42 scripts/config.py set MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN
43 scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
44 scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm
60 scripts/config.py full
61 scripts/config.py set MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN
62 scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm
81 scripts/config.py full
82 scripts/config.py set MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND
83 scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
[all …]
Dcheck-python-files.sh58 $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/…
Dcomponents-basic-checks.sh44 tests/scripts/check_files.py
50 scripts/assemble_changelog.py -o ChangeLog.new
61 tests/scripts/check_names.py -v
71 tests/scripts/check_test_cases.py -q $opt
137 ./scripts/code_style.py
157 ./framework/scripts/test_generate_test_code.py 2>&1
160 python3 -m unittest tests/scripts/translate_ciphers.py 2>&1
Dcomponents-compiler.sh43 scripts/config.py full
49 scripts/config.py full
58 scripts/config.py full
67 scripts/config.py full
76 scripts/config.py full
98 ./scripts/config.py unset MBEDTLS_AESNI_C #
113 scripts/config.py full
Dall.sh907 scripts/config.py "$base_config"
911 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
915 scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C
919 if scripts/config.py get MBEDTLS_THREADING_C; then
920 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_C
923 if scripts/config.py get MBEDTLS_THREADING_PTHREAD; then
924 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_PTHREAD
933 scripts/config.py unset-all "MBEDTLS_ECP_DP_[0-9A-Z_a-z]*_ENABLED"
936 scripts/config.py set $curve
Dlist-identifiers.sh41 tests/scripts/list_internal_identifiers.py
49 use. It is a thin wrapper around list_internal_identifiers.py.
52 check_names.py and is now self-complete.
Dbasic-in-docker.sh35 run_in_docker tests/scripts/depends.py curves
36 run_in_docker tests/scripts/depends.py kex
/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 || \
68 generated_bignum_test_data: ../framework/scripts/generate_bignum_tests.py
69 generated_bignum_test_data: ../framework/scripts/mbedtls_framework/bignum_common.py
70 generated_bignum_test_data: ../framework/scripts/mbedtls_framework/bignum_core.py
71 generated_bignum_test_data: ../framework/scripts/mbedtls_framework/bignum_mod_raw.py
72 generated_bignum_test_data: ../framework/scripts/mbedtls_framework/bignum_mod.py
73 generated_bignum_test_data: ../framework/scripts/mbedtls_framework/test_case.py
[all …]
DCMakeLists.txt24 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/generate_bignum_tests.py
36 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/generate_config_tests.py
48 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/generate_ecp_tests.py
60 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/generate_psa_tests.py
101 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/generate_bignum_tests.py
104 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/generate_bignum_tests.py
105 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/mbedtls_framework/bignum_common.py
106 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/mbedtls_framework/bignum_core.py
107 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/mbedtls_framework/bignum_mod_raw.py
108 ${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/mbedtls_framework/bignum_mod.py
[all …]
/mbedtls-latest/scripts/
Dmake_generated_files.bat6 python scripts\generate_driver_wrappers.py || exit /b 1
10 python scripts\generate_ssl_debug_helpers.py || exit /b 1
12 python scripts\generate_psa_constants.py || exit /b 1
13 python framework\scripts\generate_bignum_tests.py || exit /b 1
14 python framework\scripts\generate_config_tests.py || exit /b 1
15 python framework\scripts\generate_ecp_tests.py || exit /b 1
16 python framework\scripts\generate_psa_tests.py || exit /b 1
17 python framework\scripts\generate_test_keys.py --output tests\src\test_keys.h || exit /b 1
18 python framework\scripts\generate_test_cert_macros.py --output tests\src\test_certs.h || exit /b 1
Dconfig.pl8 my $py = $0;
9 $py =~ s/\.pl$/.py/ or die "Unable to determine the name of the Python script";
10 exec 'python3', $py, @ARGV;
12 exec 'python', $py, @ARGV;
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
Decc-heap.sh75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W
76 scripts/config.py set MBEDTLS_ECP_FIXED_POINT_OPTIM $F
Dci.requirements.txt14 # At the time of writing, only needed for tests/scripts/audit-validity-dates.py.
19 # to run audit-validity-dates.py on Python >=3.6.
Dmemory.sh52 scripts/config.py unset MBEDTLS_SSL_SRV_C
55 scripts/config.py unset $FLAG
/mbedtls-latest/programs/fuzz/
DREADME.md19 python infra/helper.py build_image mbedtls
20 python infra/helper.py build_fuzzers --sanitizer address mbedtls
21 python infra/helper.py run_fuzzer mbedtls fuzz_client
29 perl scripts/config.py set MBEDTLS_PLATFORM_TIME_ALT
53 * Run a dummy python script to output either client or server corpus file like `python dummy.py tes…
56 Here is an example of dummy.py for extracting payload from client to server (if we used `tcp.dstpor…
/mbedtls-latest/3rdparty/p256-m/p256-m/
Dp256-m.c1058 const uint32_t px[8], const uint32_t py[8], in scalar_mult()
1083 m256_sub_p(py_neg, py_use, py); in scalar_mult()
1087 u256_cmov(ry, py, 1); in scalar_mult()
1121 u256_cmov(py_use, py, bit ^ negate); in scalar_mult()
1238 uint32_t s[8], px[8], py[8], x[8], y[8]; in p256_ecdh_shared_secret() local
1248 ret = point_from_bytes(px, py, peer); in p256_ecdh_shared_secret()
1254 scalar_mult(x, y, px, py, s); in p256_ecdh_shared_secret()
1435 uint32_t px[8], py[8]; in p256_ecdsa_verify() local
1436 ret = point_from_bytes(px, py, pub); in p256_ecdsa_verify()
1440 scalar_mult(e, s, px, py, u2); /* (e, s) = R2 = u2 * Qu */ in p256_ecdsa_verify()
[all …]
/mbedtls-latest/programs/psa/
DCMakeLists.txt16 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/generate_psa_constants.py
21 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/generate_psa_constants.py
/mbedtls-latest/library/
DMakefile340 ssl_debug_helpers_generated.c: $(gen_file_dep) ../scripts/generate_ssl_debug_helpers.py
344 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
361 $(GENERATED_WRAPPER_FILES): ../scripts/generate_driver_wrappers.py
366 $(PYTHON) ../scripts/generate_driver_wrappers.py
/mbedtls-latest/ChangeLog.d/
D00README.md50 <!-- Keep this synchronized with STANDARD_CATEGORIES in assemble_changelog.py! -->
89 Run [`../scripts/assemble_changelog.py`](../scripts/assemble_changelog.py)

123