Skip to content

Commit 70d3108

Browse files
Revert "Preparatory work for Mbed-TLS/TF-PSA-Crypto#396"
This reverts commit e5d2508. Signed-off-by: Minos Galanakis <[email protected]>
1 parent 677ee3b commit 70d3108

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/scripts/components-configuration-crypto.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,7 +2352,6 @@ component_test_ctr_drbg_aes_256_sha_256 () {
23522352
msg "build: full + MBEDTLS_PSA_CRYPTO_RNG_HASH PSA_ALG_SHA_256 (ASan build)"
23532353
scripts/config.py full
23542354
scripts/config.py unset MBEDTLS_MEMORY_BUFFER_ALLOC_C
2355-
scripts/config.py set MBEDTLS_ENTROPY_FORCE_SHA256
23562355
scripts/config.py set MBEDTLS_PSA_CRYPTO_RNG_HASH PSA_ALG_SHA_256
23572356
CC=$ASAN_CC cmake -D CMAKE_BUILD_TYPE:String=Asan .
23582357
make
@@ -2378,7 +2377,6 @@ component_test_ctr_drbg_aes_128_sha_256 () {
23782377
scripts/config.py full
23792378
scripts/config.py unset MBEDTLS_MEMORY_BUFFER_ALLOC_C
23802379
scripts/config.py set MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
2381-
scripts/config.py set MBEDTLS_ENTROPY_FORCE_SHA256
23822380
scripts/config.py set MBEDTLS_PSA_CRYPTO_RNG_HASH PSA_ALG_SHA_256
23832381
CC=$ASAN_CC cmake -D CMAKE_BUILD_TYPE:String=Asan .
23842382
make

tests/scripts/depends.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,9 @@ def test(self, options):
324324
'MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED'],
325325

326326
'PSA_WANT_ALG_SHA_224': ['MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED',
327-
'MBEDTLS_ENTROPY_FORCE_SHA256',
328327
'MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT',
329328
'MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY'],
330329
'PSA_WANT_ALG_SHA_256': ['MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED',
331-
'MBEDTLS_ENTROPY_FORCE_SHA256',
332330
'MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT',
333331
'MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY',
334332
'MBEDTLS_LMS_C',

0 commit comments

Comments
 (0)