mbedtls/tests/include/test/drivers
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
..
aead.h
asymmetric_encryption.h
cipher.h
config_test_driver.h Fix failure of RSA accel test 2022-08-11 12:47:02 +02:00
crypto_config_test_driver_extension.h
hash.h
key_management.h
mac.h
signature.h
test_driver.h