all.sh: keep PSA_WANT_ALG_[GCM/CCM] enabled in test_full_block_cipher_psa_dispatch()

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-12-13 16:35:33 +01:00
parent 849a1abfdd
commit c4831224d5

View File

@ -3836,11 +3836,6 @@ component_test_full_block_cipher_psa_dispatch () {
# Start from the full config
helper_libtestdriver1_adjust_config "full"
# Disable CCM/GCM support in PSA as we are testing dispatching of legacy
# modules (GCM_C/CCM_C through BLOCK_CIPHER_C) to PSA.
scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_CCM
scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_GCM
# Disable CIPHER_C because we want legacy GCM_C/CCM_C to use BLOCK_CIPHER_C.
scripts/config.py unset MBEDTLS_CIPHER_C