mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 04:20:45 +00:00
all.sh: move [accel/reference]_cipher_aead to crypto_full
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
79a02de79f
commit
29bcd01cf3
@ -204,7 +204,7 @@ pre_initialize_variables () {
|
|||||||
|
|
||||||
# CFLAGS and LDFLAGS for Asan builds that don't use CMake
|
# CFLAGS and LDFLAGS for Asan builds that don't use CMake
|
||||||
# default to -O2, use -Ox _after_ this if you want another level
|
# 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
|
# Platform tests have an allocation that returns null
|
||||||
export ASAN_OPTIONS="allocator_may_return_null=1"
|
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)
|
# 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
|
# There is no intended accelerator support for ALG CMAC. Therefore, asking
|
||||||
# for it in the build implies the inclusion of the Mbed TLS cipher
|
# 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 () {
|
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
|
# Disable the same dependencies and undesired components as in the
|
||||||
# accelerated counterpart
|
# accelerated counterpart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user