mbedtls/tests/include/test
Ronald Cron 351f0eee20 tests: Add mbedtls_test_ prefix to rnd_* symbols
Add mbedtls_test_ prefix to rnd_buf_info and
rnd_pseudo_info types, to rnd_std_rand(),
rnd_zero_rand(), rnd_buffer_rand() and
rnd_pseudo_rand() functions.

Command to change *.function files:
find . -name "*.function" -exec awk -i inplace \
    '{sub(/rnd_(buf_info|pseudo_info|std_rand| \
    zero_rand|buffer_rand|pseudo_rand)/, \
    "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 hexcmp() 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: Add mbedtls_test_ prefix to rnd_* symbols 2020-06-12 14:33:08 +02:00