mbedtls/tests/include/test
Manuel Pégourié-Gonnard 7a27e85f5c Fix failure of RSA accel test
Previously MD_C was auto-enabled based on the fact that ALG_RSA_PSS was
requested, but that's no longer the case since the previous commit.

We can fix this in one of two ways: either enable MD_C, or enable all
the PSA_WANT_ALG_SHA_xxx that are needed for test. Go for MD_C because
it's a single line and avoids having to enumerate a list that might grow
in the future.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-08-11 12:47:02 +02:00
..
drivers Fix failure of RSA accel test 2022-08-11 12:47:02 +02:00
asn1_helpers.h
certs.h
constant_flow.h
fake_external_rng_for_test.h
helpers.h Remove radix arg from mbedtls_test_read_mpi 2022-08-01 15:05:24 +01:00
macros.h
psa_crypto_helpers.h
psa_exercise_key.h
psa_helpers.h
random.h