mbedtls/include/tinycrypt
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
..
ecc_dh.h Consistently use the name tinycrypt over uecc 2019-05-09 11:24:11 +02:00
ecc_dsa.h Consistently use the name tinycrypt over uecc 2019-05-09 11:24:11 +02:00
ecc.h Consistently use the name tinycrypt over uecc 2019-05-09 11:24:11 +02:00