all.sh: keep PKCS[5/12] enabled in accel_cipher_aead tests

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-12-21 16:40:40 +01:00
parent 6d3a68162c
commit a72a797ffd

View file

@ -3736,12 +3736,6 @@ common_psa_crypto_config_accel_cipher_aead() {
# Start from the full config # Start from the full config
helper_libtestdriver1_adjust_config "full" helper_libtestdriver1_adjust_config "full"
# CIPHER_C is disabled in the accelerated test component so we disable
# all the features that depend on it both in the accelerated and in the
# reference components.
scripts/config.py unset MBEDTLS_PKCS5_C
scripts/config.py unset MBEDTLS_PKCS12_C
scripts/config.py unset MBEDTLS_NIST_KW_C scripts/config.py unset MBEDTLS_NIST_KW_C
} }