all.sh: disable legacy hash support in test_psa_crypto_config_accel_hmac()

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py
index 9d441c7..b6e26d4 100755
--- a/tests/scripts/analyze_outcomes.py
+++ b/tests/scripts/analyze_outcomes.py
@@ -246,6 +246,9 @@
             'component_ref': 'test_psa_crypto_config_reference_hmac',
             'component_driver': 'test_psa_crypto_config_accel_hmac',
             'ignored_suites': [
+                # These suites require legacy hash support, which is disabled
+                # in the accelerate component.
+                'shax', 'mdx',
                 # This suite tests builtins directly, but these are missing
                 # in the accelerated case.
                 'psa_crypto_low_hash.generated',