commit | 5278ebd186271d9fad4631975033e6727876ae50 | [log] [tgz] |
---|---|---|
author | Valerio Setti <valerio.setti@nordicsemi.no> | Tue Aug 13 15:36:02 2024 +0200 |
committer | Valerio Setti <valerio.setti@nordicsemi.no> | Tue Oct 22 17:56:36 2024 +0200 |
tree | 14e31edcbbf92deeefad8e723a6d67b625b3e9f7 | |
parent | 31cca13779f015c59ca3c4acb646487f0fed0f52 [diff] |
test: revert fixes for PSA entropy Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/tf-psa-crypto/tests/suites/test_suite_psa_crypto_entropy.function b/tf-psa-crypto/tests/suites/test_suite_psa_crypto_entropy.function index 2408163..4d5eda2 100644 --- a/tf-psa-crypto/tests/suites/test_suite_psa_crypto_entropy.function +++ b/tf-psa-crypto/tests/suites/test_suite_psa_crypto_entropy.function
@@ -8,10 +8,6 @@ #include "entropy_poll.h" /* Calculating the minimum allowed entropy size in bytes */ -#if !defined(MBEDTLS_ENTROPY_BLOCK_SIZE) -#define MBEDTLS_ENTROPY_BLOCK_SIZE MBEDTLS_ENTROPY_MIN_PLATFORM -#endif - #define MBEDTLS_PSA_INJECT_ENTROPY_MIN_SIZE MAX(MBEDTLS_ENTROPY_MIN_PLATFORM, \ MBEDTLS_ENTROPY_BLOCK_SIZE)
diff --git a/tf-psa-crypto/tests/suites/test_suite_psa_crypto_init.function b/tf-psa-crypto/tests/suites/test_suite_psa_crypto_init.function index c9a1e07..954560a 100644 --- a/tf-psa-crypto/tests/suites/test_suite_psa_crypto_init.function +++ b/tf-psa-crypto/tests/suites/test_suite_psa_crypto_init.function
@@ -24,9 +24,6 @@ exit: return 0; } -#if !defined(MBEDTLS_ENTROPY_BLOCK_SIZE) -#define MBEDTLS_ENTROPY_BLOCK_SIZE MBEDTLS_ENTROPY_MIN_PLATFORM -#endif #define ENTROPY_MIN_NV_SEED_SIZE \ MAX(MBEDTLS_ENTROPY_MIN_PLATFORM, MBEDTLS_ENTROPY_BLOCK_SIZE)