mbedtls/tests/include/test
Ronald Cron 690f3ebe92 tests: Add mbedtls_test_ prefix to zero_alloc()
Add mbedtls_test_ prefix to zero_alloc() test helper
function.

Command to change *.function files:
find . -name "*.function" -exec awk -i inplace \
    '{sub(/zero_alloc/,"mbedtls_test_&")}1' {} \;

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2020-06-12 14:33:08 +02:00
..
helpers.h tests: Add mbedtls_test_ prefix to zero_alloc() 2020-06-12 14:33:08 +02:00
macros.h tests: Move generic macros to macros.h 2020-06-10 16:03:47 +02:00
psa_crypto_helpers.h tests: Create an include folder 2020-06-10 16:03:05 +02:00
psa_helpers.h tests: Create an include folder 2020-06-10 16:03:05 +02:00
random.h tests: Move random helper functions 2020-06-12 14:33:08 +02:00