mbedtls/tests/include/test
Gilles Peskine 2a4c598859 Detect and report mutex usage errors
If the mutex usage verification framework is enabled and it detects a
mutex usage error, report this error and mark the test as failed.

This detects most usage errors, but not all cases of using
uninitialized memory (which is impossible in full generality) and not
leaks due to missing free (which will be handled in a subsequent commit).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-02-22 19:08:14 +01:00
..
drivers tests: psa: Change key management test driver default forced return value 2021-02-02 11:29:08 +01:00
constant_flow.h
fake_external_rng_for_test.h Move the fake PSA external RNG to its own header and source files 2021-01-20 20:02:01 +01:00
helpers.h Detect and report mutex usage errors 2021-02-22 19:08:14 +01:00
macros.h Move test macros to macros.h 2021-02-09 12:09:33 +00:00
psa_crypto_helpers.h Make {USE_,}PSA_{INIT,DONE} available in all test suites 2021-02-22 19:08:14 +01:00
psa_helpers.h
random.h