Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 32) sorted by relevance

12

/mbedtls-latest/tests/scripts/
Dtest_psa_constant_names.py110 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:
Dcheck_test_cases.py41 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)
Drun-metatests.sh83 if [ $errors -eq 0 ]; then
87 echo "Ran $count metatests, $errors unexpected successes."
Dall.sh276 -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/
Dgenerate_errors.pl230 my $errors = 0;
236 ++$errors;
240 exit !!$errors;
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_pake.data109 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
Dtest_suite_platform.data13 # and could hide other errors.
Dtest_suite_platform_util.function54 * spurious errors in crypto code that are hard to track down.
Dtest_suite_block_cipher.function50 * No return value to check, but shouldn't cause memory errors. */
Dtest_suite_psa_crypto_pake.function9 /* errors forced internally in the code */
47 /* errors issued from the .data file */
209 * When injecting errors in inputs, the implementation is
Dtest_suite_aes.xts.data2 # Tests for expected errors (negative tests)
Dhost_test.function360 * 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. */
Dmain_test.function31 * enabled but the corresponding warnings are not treated as errors.
Dtest_suite_lmots.data150 # leakage during errors).
Dtest_suite_x509write.function111 * but we set an extra check here to emphasize a possible source of errors
Dtest_suite_pk.data1211 # 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/
Ddriver-interface-test-strategy.md64 * 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…
Dinvasive-testing.md88 …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/
Dquery_config.fmt102 * clean build and to ensure that tests treating warnings as errors do not
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja65 * SE driver is present, to avoid unused argument errors at compile time. */
/mbedtls-latest/
DCMakeLists.txt68 option(MBEDTLS_FATAL_WARNINGS "Compiler warnings treated as errors" ON)
91 # the test suites currently have compile errors with MSVC
DChangeLog149 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 …]
DREADME.md146 - `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/
Dpsa-thread-safety.md67 …istency requirement does not apply to errors that arise from resource failures or limitations. For…
121errors. As explained in ([PSA Concurrent calling conventions](#psa-concurrent-calling-conventions)…
/mbedtls-latest/3rdparty/p256-m/p256-m/
DREADME.md40 - Each public function fully validates its inputs and returns specific errors.
402 errors. The ECDSA functions have more non-trivial logic.

12