mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
all.sh: keep PSA_WANT_ALG_[CCM/GCM] enabled in common_block_cipher_dispatch()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@ -3838,7 +3838,7 @@ common_block_cipher_dispatch() {
|
|||||||
scripts/config.py unset MBEDTLS_CAMELLIA_C
|
scripts/config.py unset MBEDTLS_CAMELLIA_C
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Disable cipher's modes and AEADs that, when not accelerated, cause
|
# Disable cipher's modes that, when not accelerated, cause
|
||||||
# legacy key types to be re-enabled in "config_adjust_legacy_from_psa.h".
|
# legacy key types to be re-enabled in "config_adjust_legacy_from_psa.h".
|
||||||
# Keep this also in the reference component in order to skip the same tests
|
# Keep this also in the reference component in order to skip the same tests
|
||||||
# that were skipped in the accelerated one.
|
# that were skipped in the accelerated one.
|
||||||
@ -3849,8 +3849,6 @@ common_block_cipher_dispatch() {
|
|||||||
scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CBC_PKCS7
|
scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CBC_PKCS7
|
||||||
scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CMAC
|
scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CMAC
|
||||||
scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CCM_STAR_NO_TAG
|
scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CCM_STAR_NO_TAG
|
||||||
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 direct dependency on AES_C
|
# Disable direct dependency on AES_C
|
||||||
scripts/config.py unset MBEDTLS_NIST_KW_C
|
scripts/config.py unset MBEDTLS_NIST_KW_C
|
||||||
|
Reference in New Issue
Block a user