@@ -90,9 +90,6 @@ component_test_psa_crypto_without_heap() {
9090 # is disabled below.
9191 scripts/config.py unset-all " ^PSA_WANT_KEY_TYPE_RSA_"
9292 scripts/config.py unset-all " ^PSA_WANT_ALG_RSA_"
93- # DES requires built-in support for key generation (parity check) so it
94- # cannot be accelerated
95- scripts/config.py unset PSA_WANT_KEY_TYPE_DES
9693 # EC-JPAKE use calloc/free in PSA core
9794 scripts/config.py unset PSA_WANT_ALG_JPAKE
9895 # Enable p192[k|r]1 curves which are disabled by default in tf-psa-crypto.
@@ -330,7 +327,6 @@ component_test_full_no_cipher () {
330327 scripts/config.py unset PSA_WANT_ALG_OFB
331328 scripts/config.py unset PSA_WANT_ALG_PBKDF2_AES_CMAC_PRF_128
332329 scripts/config.py unset PSA_WANT_ALG_STREAM_CIPHER
333- scripts/config.py unset PSA_WANT_KEY_TYPE_DES
334330
335331 # The following modules directly depends on CIPHER_C
336332 scripts/config.py unset MBEDTLS_NIST_KW_C
@@ -1709,10 +1705,6 @@ component_test_psa_crypto_config_accel_cipher_aead_cmac () {
17091705
17101706 common_psa_crypto_config_accel_cipher_aead_cmac
17111707
1712- # Disable DES, if it still exists.
1713- # This can be removed once we remove DES from the library.
1714- scripts/config.py unset PSA_WANT_KEY_TYPE_DES
1715-
17161708 # Build
17171709 # -----
17181710
@@ -1749,10 +1741,6 @@ component_test_psa_crypto_config_reference_cipher_aead_cmac () {
17491741 msg " build: full config with non-accelerated cipher inc. AEAD and CMAC"
17501742 common_psa_crypto_config_accel_cipher_aead_cmac
17511743
1752- # Disable DES, if it still exists.
1753- # This can be removed once we remove DES from the library.
1754- scripts/config.py unset PSA_WANT_KEY_TYPE_DES
1755-
17561744 $MAKE_COMMAND
17571745
17581746 msg " test: full config with non-accelerated cipher inc. AEAD and CMAC"
@@ -2016,7 +2004,6 @@ component_build_aes_variations () {
20162004 scripts/config.py unset PSA_WANT_ALG_CBC_NO_PADDING
20172005 scripts/config.py unset PSA_WANT_ALG_CBC_PKCS7
20182006 scripts/config.py unset PSA_WANT_ALG_ECB_NO_PADDING
2019- scripts/config.py unset PSA_WANT_KEY_TYPE_DES
20202007
20212008 build_test_config_combos ${BUILTIN_SRC_PATH} /aes.o validate_aes_config_variations \
20222009 " MBEDTLS_AES_ROM_TABLES" \
@@ -2230,7 +2217,6 @@ config_block_cipher_no_decrypt () {
22302217 scripts/config.py unset PSA_WANT_ALG_CBC_NO_PADDING
22312218 scripts/config.py unset PSA_WANT_ALG_CBC_PKCS7
22322219 scripts/config.py unset PSA_WANT_ALG_ECB_NO_PADDING
2233- scripts/config.py unset PSA_WANT_KEY_TYPE_DES
22342220}
22352221
22362222component_test_block_cipher_no_decrypt_aesni () {
0 commit comments