From a326eb990d086e344660aea23928c6dd98c7020c Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Mon, 27 Nov 2023 10:56:41 +0000 Subject: [PATCH] We no longer need to undef ALT defines Signed-off-by: Dave Rodgman --- configs/config-tfm.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configs/config-tfm.h b/configs/config-tfm.h index 191e4c4f4..4fa08caf6 100644 --- a/configs/config-tfm.h +++ b/configs/config-tfm.h @@ -21,16 +21,6 @@ /* MBEDTLS_PSA_CRYPTO_SPM needs third-party files, so disable it. */ #undef MBEDTLS_PSA_CRYPTO_SPM -/* TF-M provides its own dummy implementations to save code size. - * We don't have any way to disable the tests that need these feature, - * so we just keep AES decryption enabled. We will resolve this through - * an official way to disable AES decryption, then this deviation - * will no longer be needed: - * https://github.com/Mbed-TLS/mbedtls/issues/7368 - */ -#undef MBEDTLS_AES_SETKEY_DEC_ALT -#undef MBEDTLS_AES_DECRYPT_ALT - /* Use built-in platform entropy functions (TF-M provides its own). */ #undef MBEDTLS_NO_PLATFORM_ENTROPY