David Horstmann fad038c501 Change memory poisoning flag to a count
This allows unusually-nested memory poisoning to work correctly, since
it keeps track of whether any buffers are still poisoned, rather than
just disabling poisoning at the first call to the UNPOISON() macro.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2024-01-17 14:23:20 +00:00
..
drivers update headers 2023-11-02 19:47:20 +00:00
test_helpers fix build failure 2023-11-21 09:59:20 +08:00
asn1_helpers.c update headers 2023-11-02 19:47:20 +00:00
bignum_helpers.c update headers 2023-11-02 19:47:20 +00:00
certs.c update headers 2023-11-02 19:47:20 +00:00
fake_external_rng_for_test.c update headers 2023-11-02 19:47:20 +00:00
helpers.c Only poison memory when buffer copying is enabled 2023-12-20 11:26:40 +00:00
psa_crypto_helpers.c update headers 2023-11-02 19:47:20 +00:00
psa_exercise_key.c update headers 2023-11-02 19:47:20 +00:00
psa_memory_poisoning_wrappers.c Add missing newline at end of file 2023-12-18 15:58:17 +00:00
random.c update headers 2023-11-02 19:47:20 +00:00
test_certs.h update headers 2023-11-02 19:47:20 +00:00
test_memory.c Change memory poisoning flag to a count 2024-01-17 14:23:20 +00:00
threading_helpers.c Add better documentation for mbedtls_test_mutex_mutex 2023-11-24 15:48:28 +00:00