mbedtls/tests/include/test
Yanray Wang e64b40520d Fix build error in CI about test_fail_if_psa_leaking
During test of component build_arm_linux_gnueabi_gcc_arm5vte and
build_arm_none_eabi_gcc_m0plus. It fails with
 - error: implicit declaration of function
   ‘test_fail_if_psa_leaking’

It happens because test_fail_if_psa_leaking is defined in
helpers.function. This block of code is not converted into C code
while compiling ssl_helpers.c. The function has been moved to
psa_crypto_helpers.c in order to fix this build error.

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
2023-03-13 19:20:42 +08:00
..
drivers Fix configuration for accelerated jpake 2023-03-07 10:50:09 +01:00
asn1_helpers.h Switch to the new code style 2023-01-11 14:50:10 +01:00
bignum_helpers.h Switch to the new code style 2023-01-11 14:50:10 +01:00
certs.h Switch to the new code style 2023-01-11 14:50:10 +01:00
constant_flow.h Valgrind for constant flow: skip non-CF test suites 2022-11-29 16:46:06 +01:00
fake_external_rng_for_test.h Switch to the new code style 2023-01-11 14:50:10 +01:00
helpers.h Switch to the new code style 2023-01-11 14:50:10 +01:00
macros.h Use ASSERT_COMPARE in test_suite_md 2023-02-09 09:15:50 +01:00
psa_crypto_helpers.h Fix build error in CI about test_fail_if_psa_leaking 2023-03-13 19:20:42 +08:00
psa_exercise_key.h Switch to the new code style 2023-01-11 14:50:10 +01:00
psa_helpers.h Switch to the new code style 2023-01-11 14:50:10 +01:00
random.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_helpers.h ssl_helpers.c: remove duplicate comments for some functions 2023-03-13 19:20:42 +08:00