all.sh: move [accel/reference]_cipher_aead to crypto_full

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-10-12 18:54:58 +02:00
parent 79a02de79f
commit 29bcd01cf3

View file

@ -204,7 +204,7 @@ pre_initialize_variables () {
# CFLAGS and LDFLAGS for Asan builds that don't use CMake
# default to -O2, use -Ox _after_ this if you want another level
ASAN_CFLAGS='-O2 -Werror -fsanitize=address,undefined -fno-sanitize-recover=all'
ASAN_CFLAGS='-O0 -g -Werror -fsanitize=address,undefined -fno-sanitize-recover=all'
# Platform tests have an allocation that returns null
export ASAN_OPTIONS="allocator_may_return_null=1"
@ -3612,7 +3612,7 @@ component_test_psa_crypto_config_accel_cipher_aead () {
# ---------
# Start from the crypto config (no X509 and TLS)
helper_libtestdriver1_adjust_config "crypto"
helper_libtestdriver1_adjust_config "crypto_full"
# There is no intended accelerator support for ALG CMAC. Therefore, asking
# for it in the build implies the inclusion of the Mbed TLS cipher
@ -3669,7 +3669,7 @@ component_test_psa_crypto_config_accel_cipher_aead () {
}
component_test_psa_crypto_config_reference_cipher_aead () {
helper_libtestdriver1_adjust_config "crypto"
helper_libtestdriver1_adjust_config "crypto_full"
# Disable the same dependencies and undesired components as in the
# accelerated counterpart