Searched refs:programs (Results 1 – 25 of 38) sorted by relevance
12
/mbedtls-latest/tests/scripts/ |
D | components-platform.sh | 45 ./programs/test/selftest aes | grep "AESNI code" | grep -q "intrinsics" 52 ./programs/test/selftest aes | grep "AESNI code" | grep -q "assembly" 61 ./programs/test/selftest aes | not grep -q "AESNI code" 62 not grep -q "AES note: using AESNI" ./programs/test/selftest 63 grep -q "AES note: built-in implementation." ./programs/test/selftest 71 ./programs/test/selftest aes | grep -q "AES note: using AESNI" 72 ./programs/test/selftest aes | not grep -q "AES note: built-in implementation." 73 grep -q "AES note: using AESNI" ./programs/test/selftest 74 not grep -q "AES note: built-in implementation." ./programs/test/selftest 97 ./programs/test/selftest aes | grep "AESNI code" | grep -q "intrinsics" [all …]
|
D | components-build-system.sh | 15 ldd programs/util/strerror | grep libmbedcrypto 16 programs/test/dlopen_demo.sh 23 ldd programs/util/strerror | grep libmbedcrypto 25 programs/test/dlopen_demo.sh 94 cd programs/test/cmake_subproject 111 cd programs/test/cmake_package 127 cd programs/test/cmake_package_install 162 not programs/test/query_compile_time_config MBEDTLS_NIST_KW_C 191 not programs/test/query_compile_time_config MBEDTLS_NIST_KW_C
|
D | components-configuration.sh | 22 programs/test/selftest 40 programs/test/selftest 65 programs/test/selftest 87 programs/test/selftest 115 programs/test/selftest 157 programs/test/cpp_dummy_build 218 make CC=gcc CFLAGS='-O -Werror -Wall -Wextra -Wno-error=cpp' lib programs 312 make CC=gcc CFLAGS='-Werror -Wall -Wextra -std=c99 -pedantic -Os -D_DEFAULT_SOURCE' lib programs 355 programs/test/selftest calloc 372 programs/test/query_compile_time_config MBEDTLS_NIST_KW_C [all …]
|
D | all.sh | 340 rm -f include/Makefile programs/!(fuzz)/Makefile 343 rm -rf programs/test/cmake_subproject/build 344 rm -f programs/test/cmake_subproject/Makefile 345 rm -f programs/test/cmake_subproject/cmake_subproject 348 rm -rf programs/test/cmake_package/build 349 rm -f programs/test/cmake_package/Makefile 350 rm -f programs/test/cmake_package/cmake_package 353 rm -rf programs/test/cmake_package_install/build 354 rm -f programs/test/cmake_package_install/Makefile 355 rm -f programs/test/cmake_package_install/cmake_package_install [all …]
|
D | components-compiler.sh | 86 …6-w64-minggw32-ld CFLAGS='-Werror -Wall -Wextra -maes -msse2 -mpclmul' WINDOWS_BUILD=1 lib programs 93 …ggw32-ld CFLAGS='-Werror -Wall -Wextra -maes -msse2 -mpclmul' WINDOWS_BUILD=1 SHARED=1 lib programs 137 make programs CC="$compiler" DEBUG=1 CFLAGS="$optimization_flag"
|
D | test_zeroize.gdb | 10 # so, the script loads the test program at programs/test/zeroize.c and sets a 36 file ./programs/test/zeroize 41 set args ./programs/test/zeroize.c
|
D | components-configuration-tls.sh | 204 make -C programs ssl/ssl_server2 ssl/ssl_client2 205 cp programs/ssl/ssl_server2 s2_no_use_psa 206 cp programs/ssl/ssl_client2 c2_no_use_psa 212 make -C programs ssl/ssl_server2 ssl/ssl_client2 213 make -C programs test/udp_proxy test/query_compile_time_config
|
D | basic-in-docker.sh | 31 run_in_docker programs/test/selftest
|
D | components-configuration-crypto.sh | 2829 programs/test/selftest 2924 programs/test/selftest 3106 programs/test/query_compile_time_config MBEDTLS_CMAC_C 3117 not programs/test/query_compile_time_config MBEDTLS_CMAC_C 3133 …make -C programs -o fuzz CFLAGS="-I ../tests/include/alt-extra -DMBEDTLS_PSA_CRYPTO_PLATFORM_FILE=… 3137 programs/test/query_included_headers | grep -x PSA_CRYPTO_PLATFORM_ALT_H 3138 programs/test/query_included_headers | grep -x PSA_CRYPTO_STRUCT_ALT_H 3139 programs/test/query_included_headers | not grep -x PSA_CRYPTO_PLATFORM_H 3140 programs/test/query_included_headers | not grep -x PSA_CRYPTO_STRUCT_H
|
/mbedtls-latest/ |
D | Makefile | 7 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean 9 all: programs tests 12 no_test: programs 14 programs: lib mbedtls_test target 15 $(MAKE) -C programs 28 programs/%: 29 $(MAKE) -C programs $* 35 generated_files: programs/generated_files 93 for p in programs/*/* ; do \ 108 for p in programs/*/* ; do \ [all …]
|
D | README.md | 68 * Python 3.8 and some Python packages, for some library source files, sample programs and test data… 87 We require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are su… 105 programs/test/selftest 113 … might run into some issues. Please check the Makefiles in `library/`, `programs/` and `tests/` fo… 133 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller se… 135 programs/test/selftest 230 …programs. The files in tests are not generated and compiled, as these need Python and perl environ… 234 Example programs 237 We've included example programs for a lot of different features and uses in [`programs/`](programs/… 238 Please note that the goal of these sample programs is to demonstrate specific features of the libra…
|
D | CMakeLists.txt | 65 option(ENABLE_PROGRAMS "Build Mbed TLS programs." ON) 313 # and programs. This shared test code is compiled and linked to test suites and 314 # programs objects as a set of compiled objects. The compiled objects are NOT 322 # target. This library of objects is used by tests and programs CMake files 393 add_subdirectory(programs)
|
D | .gitignore | 1 # Random seed file created by test scripts and sample programs
|
/mbedtls-latest/scripts/ |
D | memory.sh | 64 cd programs 74 cd programs 82 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1 108 (cd programs && make ssl/ssl_server2) >/dev/null 109 cp programs/ssl/ssl_server2 .
|
D | tmp_ignore_makefiles.sh | 43 git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile 46 git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
|
D | ecc-heap.sh | 80 programs/test/benchmark ecdh ecdsa
|
D | lcov.sh | 10 programs with LDFLAGS="--coverage".
|
D | common.make | 113 # Auxiliary modules used by tests and some sample programs
|
/mbedtls-latest/programs/ |
D | README.md | 1 Mbed TLS sample programs 4 …ry mostly contains sample programs that illustrate specific features of the library, as well as a … 20 …y algorithms (RSA or ECC) and writes it to a file that can be used by the other pk sample programs. 36 …: generates an RSA key and writes it to a file that can be used with the other RSA sample programs. 44 …_server.c): secure channel demonstrators (client, server). This pair of programs illustrates how t… 83 Note: unlike most of the other programs under the `programs/` directory, these two programs are not…
|
/mbedtls-latest/tests/ |
D | Descriptions.txt | 2 The various 'test_suite_XXX' programs from the 'tests' directory, executed 8 The 'programs/test/selftest' program runs the 'XXX_self_test()' functions
|
D | compat.sh | 33 : ${M_SRV:=../programs/ssl/ssl_server2} 34 : ${M_CLI:=../programs/ssl/ssl_client2}
|
/mbedtls-latest/ChangeLog.d/ |
D | 00README.md | 10 * Bug fixes in the library or in sample programs: fixing a security hole, 13 * New features in the library, new sample programs, or new platform support.
|
/mbedtls-latest/programs/test/ |
D | generate_cpp_dummy_build.sh | 3 DEFAULT_OUTPUT_FILE=programs/test/cpp_dummy_build.cpp
|
/mbedtls-latest/tests/suites/ |
D | test_suite_test_helpers.function | 18 * That negative testing is done in programs/test/metatest.c. */
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 40 make -C programs ssl/ssl_server2 ssl/ssl_client2 \
|
12