mbedtls/tests/include/test
Manuel Pégourié-Gonnard 33783b4646 Manually fix two remaining instances of old macros
Unless I missed something, all remaining instance of all macros are in
files where it makes sense to use these. I went over the output of:

    git grep -c -E 'MBEDTLS_(MD5|RIPEMD160|SHA[0-9]*)_C'

and I think all the files listed fall into one of the following
acceptable categories:

- documentation and historical documents: Changelog, docs/**/*.md
- config files and related: mbedtls_config.h, configs/*.h,
  check_config.h, config_psa.h, etc.
- scripts that build/modify configs: all.sh, depends.py,
  set_psa_test_dependencies.py, etc.
- implementation of MD or PSA or related: md.h, psa_util.h, etc. and
  corresponding test suites
- implementation of hashes: md5.c, sha256.h, etc. and corresponding test
  suites
- two example programs using a low-level hash API: hash/hello.c,
  pkey/ecdsa.c
- test/benchmark.c, test/selftest.c: actually want our built-in
  implementations
- a function in test_suite_psa_crypto_storage_format that is
  specifically for checking if the hash is built in.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-03-24 10:43:40 +01:00
..
drivers Force SHA-256 for entropy in libtestdriver1 2023-03-24 10:43:40 +01:00
asn1_helpers.h Switch to the new code style 2023-01-11 14:50:10 +01:00
bignum_helpers.h Switch to the new code style 2023-01-11 14:50:10 +01:00
certs.h Switch to the new code style 2023-01-11 14:50:10 +01:00
constant_flow.h Valgrind for constant flow: skip non-CF test suites 2022-11-29 16:46:06 +01:00
fake_external_rng_for_test.h Switch to the new code style 2023-01-11 14:50:10 +01:00
helpers.h Switch to the new code style 2023-01-11 14:50:10 +01:00
macros.h Remove duplicate test macros 2023-03-10 17:44:08 +00:00
psa_crypto_helpers.h Fix typos & improve wording in comments 2023-03-21 16:29:31 +01:00
psa_exercise_key.h Manually fix two remaining instances of old macros 2023-03-24 10:43:40 +01:00
psa_helpers.h Switch to the new code style 2023-01-11 14:50:10 +01:00
random.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_helpers.h ssl_helpers.c: improve code readability 2023-03-14 17:43:37 +08:00