mbedtls/tests/include/test
Ronald Cron a256c7025f tests: Add mbedtls_test_ prefix to unhexify_alloc()
Add mbedtls_test_ prefix to unhexify_alloc() test helper
functions.

Command to change *.function files:
find . -name "*.function" -exec awk -i inplace \
    '{sub(/unhexify_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 unhexify_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
psa_helpers.h
random.h tests: Move random helper functions 2020-06-12 14:33:08 +02:00