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 tests: psa: aead: Fix operation type in entry point prototypes 2021-12-02 17:51:52 +01:00
asymmetric_encryption.h asymmetric_encryption.h: trim trailing spaces 2022-03-08 10:48:35 +01:00
cipher.h Move to separately compiled PSA test driver library 2021-12-06 07:50:27 +01:00
config_test_driver.h Fix failure of RSA accel test 2022-08-11 12:47:02 +02:00
crypto_config_test_driver_extension.h crypto_config_test_driver_extension.h add HKDF_EXTRACT/EXPAND algs 2022-06-07 14:19:39 +02:00
hash.h psa: Remove test code in the library 2021-12-06 07:50:27 +01:00
key_management.h Test drivers: rename import call source to driver location 2022-02-03 10:27:01 -05:00
mac.h Move to separately compiled PSA test driver library 2021-12-06 07:50:27 +01:00
signature.h Move to separately compiled PSA test driver library 2021-12-06 07:50:27 +01:00
test_driver.h Change names rsa->asymmetric_encryption 2022-03-07 10:49:04 +01:00