@@ -94,10 +94,8 @@ def realfull_adapter(_name, _value, _active):
94
94
'MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER' , # interface and behavior change
95
95
'MBEDTLS_PSA_CRYPTO_SPM' , # platform dependency (PSA SPM)
96
96
'MBEDTLS_RSA_NO_CRT' , # influences the use of RSA in X.509 and TLS
97
- 'MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY' , # interacts with *_USE_A64_CRYPTO_IF_PRESENT
98
97
'MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY' , # interacts with *_USE_ARMV8_A_CRYPTO_IF_PRESENT
99
98
'MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY' , # interacts with *_USE_A64_CRYPTO_IF_PRESENT
100
- 'MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT' , # setting *_USE_ARMV8_A_CRYPTO is sufficient
101
99
'MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN' , # build dependency (clang+memsan)
102
100
'MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND' , # build dependency (valgrind headers)
103
101
'MBEDTLS_X509_REMOVE_INFO' , # removes a feature
@@ -163,7 +161,6 @@ def full_adapter(name, value, active):
163
161
'MBEDTLS_THREADING_C' , # requires a threading interface
164
162
'MBEDTLS_THREADING_PTHREAD' , # requires pthread
165
163
'MBEDTLS_TIMING_C' , # requires a clock
166
- 'MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT' , # requires an OS for runtime-detection
167
164
'MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT' , # requires an OS for runtime-detection
168
165
'MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT' , # requires an OS for runtime-detection
169
166
])
0 commit comments