mbedtls/tests/scripts
Manuel Pégourié-Gonnard afdc1b5cbd Consistently use the name tinycrypt over uecc
We called in tinycrypt in the file names, but uecc in config.h, all.sh and
other places, which could be confusing. Just use tinycrypt everywhere because
that's the name of the project and repo where we took the files.

The changes were made using the following commands (with GNU sed and zsh):

sed -i 's/uecc/tinycrypt/g' **/*.[ch] tests/scripts/all.sh
sed -i 's/MBEDTLS_USE_UECC/MBEDTLS_USE_TINYCRYPT/g' **/*.[ch] tests/scripts/all.sh scripts/config.pl
2019-05-09 11:24:11 +02:00
..
all.sh Consistently use the name tinycrypt over uecc 2019-05-09 11:24:11 +02:00
basic-build-test.sh Adjust DES exclude lists in test scripts 2019-03-01 10:30:11 +01:00
check-doxy-blocks.pl
check-files.py Ignore tinycrypt files from check-files.py 2019-04-25 14:56:17 +03:00
check-generated-files.sh Add gen_query_config.pl to check-gen-files and bump_version 2019-02-07 10:32:31 +00:00
check-names.sh Fix check-names.sh 2019-04-29 12:07:43 +03:00
check-python-files.sh Style fixes 2018-08-06 11:42:56 +01:00
curves.pl
depends-hashes.pl
depends-pkalgs.pl
doxygen.sh
gen_ctr_drbg.pl Merge remote-tracking branch 'public/pr/1533' into development 2018-06-27 10:50:58 +01:00
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl Merge remote-tracking branch 'public/pr/1533' into development 2018-06-27 10:50:58 +01:00
generate_test_code.py Separate REGEX of MACRO to groups 2019-01-02 11:06:27 +02:00
generate-afl-tests.sh
key-exchanges.pl
list-enum-consts.pl
list-identifiers.sh
list-macros.sh
list-symbols.sh
mbedtls_test.py Merge remote-tracking branch 'origin/pr/2207' into mbedtls-2.16 2019-01-30 14:57:30 +00:00
recursion.pl
run-test-suites.pl Add a facility to skip running some test suites 2018-12-14 18:29:28 +01:00
tcp_client.pl
test_generate_test_code.py Fix Python 2 & 3 compatibility in test_generate_test_code.py 2018-08-06 11:42:56 +01:00
test_zeroize.gdb Gdb script: improve portability of ASLR disabling disabling 2019-01-09 22:36:31 +01:00
test-ref-configs.pl
travis-log-failure.sh
whitelist Add whitelist for uECC files for check-names.sh 2019-04-26 16:22:10 +03:00