Searched refs:errors (Results 1 – 25 of 32) sorted by relevance
12
/mbedtls-latest/tests/scripts/ |
D | test_psa_constant_names.py | 110 self.errors = [] #type: List[Tests.Error] 131 self.errors.append(self.Error(type=type_word, 148 for error in self.errors: 153 if self.errors: 154 out.write(', {} FAIL\n'.format(len(self.errors))) 187 if tests.errors:
|
D | check_test_cases.py | 41 self.errors = 0 48 self.errors += 1 235 if (results.warnings or results.errors) and not options.quiet: 237 .format(sys.argv[0], results.errors, results.warnings)) 238 sys.exit(1 if results.errors else 0)
|
D | run-metatests.sh | 83 if [ $errors -eq 0 ]; then 87 echo "Ran $count metatests, $errors unexpected successes."
|
D | all.sh | 276 -q|--quiet Only output component names, and errors if any. 278 -k|--keep-going Run all tests and report errors at the end.
|
/mbedtls-latest/scripts/ |
D | generate_errors.pl | 230 my $errors = 0; 236 ++$errors; 240 exit !!$errors;
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_pake.data | 109 PSA PAKE: check rounds w/o forced errors 113 PSA PAKE: check rounds w/o forced errors, TLS12_PRF 121 PSA PAKE: check rounds w/o forced errors, client input first 133 PSA PAKE: no injected errors 137 PSA PAKE: no injected errors, client input first
|
D | test_suite_platform.data | 13 # and could hide other errors.
|
D | test_suite_platform_util.function | 54 * spurious errors in crypto code that are hard to track down.
|
D | test_suite_block_cipher.function | 50 * No return value to check, but shouldn't cause memory errors. */
|
D | test_suite_psa_crypto_pake.function | 9 /* errors forced internally in the code */ 47 /* errors issued from the .data file */ 209 * When injecting errors in inputs, the implementation is
|
D | test_suite_aes.xts.data | 2 # Tests for expected errors (negative tests)
|
D | host_test.function | 360 * Ignore errors: writing the outcome file is on a best-effort basis. */ 386 * Ignore errors: writing the outcome file is on a best-effort basis. */
|
D | main_test.function | 31 * enabled but the corresponding warnings are not treated as errors.
|
D | test_suite_lmots.data | 150 # leakage during errors).
|
D | test_suite_x509write.function | 111 * but we set an extra check here to emphasize a possible source of errors
|
D | test_suite_pk.data | 1211 # of PSA errors. In this case MBEDTLS_ERR_PK_TYPE_MISMATCH would probably 1460 # of PSA errors. In this case MBEDTLS_ERR_PK_TYPE_MISMATCH would probably 1533 # of PSA errors. In this case MBEDTLS_ERR_PK_TYPE_MISMATCH would probably
|
/mbedtls-latest/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 64 * Expected errors (e.g. `PSA_ERROR_INVALID_SIGNATURE` from a signature verification method). 65 * Unexpected errors. At least test that if the driver returns `PSA_ERROR_GENERIC_ERROR`, this is pr… 69 * Check the consequence of errors detected at each stage (slot number allocation or validation, key…
|
D | invasive-testing.md | 88 …uld work on every platform. Skipping tests on certain platforms may hide errors that are only appa… 109 Storage can fail, either due to hardware errors or to active attacks on trusted storage. How does t… 334 Goal: test the robustness against read errors. 340 Goal: test the robustness against write errors (`STORAGE_FAILURE` or `INSUFFICIENT_STORAGE`).
|
/mbedtls-latest/scripts/data_files/ |
D | query_config.fmt | 102 * clean build and to ensure that tests treating warnings as errors do not
|
/mbedtls-latest/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers_no_static.c.jinja | 65 * SE driver is present, to avoid unused argument errors at compile time. */
|
/mbedtls-latest/ |
D | CMakeLists.txt | 68 option(MBEDTLS_FATAL_WARNINGS "Compiler warnings treated as errors" ON) 91 # the test suites currently have compile errors with MSVC
|
D | ChangeLog | 149 some code was defining 0-size arrays, resulting in compilation errors. 189 lead to spurious errors. Error if a *adjust*.h header is included 386 instead of seconds. That avoids rounding errors when computing the age of 694 * Fixed an issue that caused compile errors when using CMake and the IAR 1140 * Fix compilation errors when trying to build with 1361 * Fix several bugs (warnings, compiler and linker errors, test failures) 1376 * Fix compile errors when MBEDTLS_HAVE_TIME is not defined. Add tests 1433 which have been broken, resulting in compilation errors, since Mbed TLS 1502 * Warn if errors from certain functions are ignored. This is currently 1558 These header files cause compilation errors in musl. [all …]
|
D | README.md | 146 - `ASan`. This instruments the code with AddressSanitizer to check for memory errors. (This inclu… 150 …This activates the compiler warnings that depend on optimization and treats all warnings as errors.
|
/mbedtls-latest/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 67 …istency requirement does not apply to errors that arise from resource failures or limitations. For… 121 …errors. As explained in ([PSA Concurrent calling conventions](#psa-concurrent-calling-conventions)…
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | README.md | 40 - Each public function fully validates its inputs and returns specific errors. 402 errors. The ECDSA functions have more non-trivial logic.
|
12