/mbedtls-development/ |
A D | .travis.yml | 24 - tests/scripts/all.sh -k 'check_*' 25 - tests/scripts/all.sh -k test_default_out_of_box 26 - tests/scripts/all.sh -k test_ref_configs 27 - tests/scripts/all.sh -k build_arm_linux_gnueabi_gcc_arm5vte build_arm_none_eabi_gcc_m0plus 31 - tests/scripts/all.sh -k test_full_cmake_gcc_asan
|
A D | Makefile | 7 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido… 9 all: programs tests target 151 lcov --rc lcov_branch_coverage=1 --add-tracefile files.info --add-tracefile tests.info -o all.info 152 lcov --rc lcov_branch_coverage=1 --remove all.info -o final.info '*.h' 155 rm -f files.info tests.info all.info final.info descriptions
|
A D | .gitignore | 10 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 35 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
A D | CMakeLists.txt | 193 …GS_ASAN "-fsanitize=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O3") 194 …"-fsanitize=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-f… 204 …GS_ASAN "-fsanitize=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O3") 205 …"-fsanitize=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-f… 302 COMMAND lcov --add-tracefile files.info --add-tracefile tests.info -o all.info 303 COMMAND lcov --remove all.info -o final.info '*.h' 306 COMMAND rm -f files.info tests.info all.info final.info descriptions
|
/mbedtls-development/tests/suites/ |
A D | test_suite_base64.data | 25 enc_char (all digits) 28 dec_value (all characters) 186 Base64 encode hex all valid input bytes #0 189 Base64 encode hex all valid input bytes #1 192 Base64 encode hex all valid input bytes #2 195 Base64 encode all valid output characters at all offsets 213 Base64 decode all valid input characters at all offsets
|
A D | test_suite_psa_crypto_init.data | 25 Custom entropy sources: all standard
|
A D | test_suite_asn1write.data | 298 ASN.1 Write Named Bitstring / 15 trailing bits all unset 301 ASN.1 Write Named Bitstring / 15 trailing bits all set 334 ASN.1 Write Bitstring / long string all bits unset except trailing bits
|
/mbedtls-development/docs/proposed/ |
A D | Makefile | 3 default: all 14 all: html pdf target
|
/mbedtls-development/docs/architecture/ |
A D | Makefile | 3 default: all 14 all: html pdf target
|
/mbedtls-development/programs/fuzz/ |
A D | Makefile | 38 .PHONY: all check test clean 40 all: $(BINARIES) target
|
/mbedtls-development/tests/ |
A D | Makefile | 11 default: all 114 .PHONY: all check test clean 116 all: $(BINARIES) target
|
A D | Descriptions.txt | 5 functions, etc.) for all modules except the SSL modules.
|
/mbedtls-development/tests/git-scripts/ |
A D | pre-push.sh | 46 tests/scripts/all.sh -q -k 'check_*'
|
/mbedtls-development/tests/scripts/ |
A D | all-in-docker.sh | 33 run_in_docker tests/scripts/all.sh \
|
A D | check-generated-files.sh | 27 This script checks that all generated file are up-to-date. If some aren't, by
|
A D | basic-in-docker.sh | 33 run_in_docker tests/scripts/all.sh 'check_*'
|
/mbedtls-development/scripts/mbedtls_dev/ |
A D | build_tree.py | 23 return all(os.path.isdir(os.path.join(path, subdir))
|
/mbedtls-development/ChangeLog.d/ |
A D | psa_crypto_api_macros.txt | 10 all algorithms that can be used with psa_{sign,verify}_hash(), including
|
/mbedtls-development/library/ |
A D | Makefile | 177 .PHONY: all static shared clean 180 all: static target 182 all: shared static target
|
/mbedtls-development/programs/test/cmake_subproject/ |
A D | CMakeLists.txt | 14 # Link against all the Mbed TLS libraries. Verifies that the targets have been
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 70 # information to generate all constant output in the proper language. 222 # of all members will be omitted, etc. 306 # all members of a group must be documented explicitly. 732 # blank all files are included. 817 # then for each documented function all documented 823 # then for each documented function all documented entities 855 # of all compounds will be generated. Enable this if the project 866 # In case all classes in a project start with a common prefix, all 1474 # the code including all documentation. 1524 # that captures the structure of the code including all [all …]
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 41 … API functions involve multiple driver methods; these should validate that all the expected driver… 45 …heck that the expected driver is called. This does not need to be done for all operations (use a w… 48 …le a driver that provides the MAC methods must provide all or none). In those cases, test with all… 112 * Implementing all the methods.
|
A D | invasive-testing.md | 143 …all the features we want to test in the public interface. Then the tests can be truly black-box. T… 145 … For example, the main purpose of `mbedtls_psa_crypto_free` is to clean up all resources in tests,… 160 …all the features we want to test in undocumented interfaces. Undocumented interfaces are described… 264 | Portability | !! Not all environments have a debugger, and even if they do, we'd need completely … 292 Solution: TODO. We don't test this at all at this point. 300 …ts that call `mbedtls_psa_crypto_free` with keys still open, to verify that it does close all keys. 358 … that can fail. This is the only failure point for `psa_crypto_init` that is present in all builds.
|
A D | test-framework.md | 45 If you run `all.sh --outcome-file test-outcome.csv`, this collects the outcome of all the test case…
|
/mbedtls-development/3rdparty/everest/ |
A D | README.md | 5 The caveat is that not all platforms are supported, although the version in `everest/library/legacy…
|