test: use full config in accelerated AEAD test
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
e7ebec6723
commit
3f02bb7a96
1 changed files with 4 additions and 3 deletions
|
@ -3571,13 +3571,14 @@ component_test_psa_crypto_config_accel_cipher () {
|
||||||
component_test_psa_crypto_config_accel_aead () {
|
component_test_psa_crypto_config_accel_aead () {
|
||||||
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated AEAD"
|
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated AEAD"
|
||||||
|
|
||||||
loc_accel_list="ALG_GCM ALG_CCM ALG_CHACHA20_POLY1305 KEY_TYPE_AES KEY_TYPE_CHACHA20 KEY_TYPE_ARIA KEY_TYPE_CAMELLIA"
|
loc_accel_list="ALG_GCM ALG_CCM ALG_CHACHA20_POLY1305 \
|
||||||
|
KEY_TYPE_AES KEY_TYPE_CHACHA20 KEY_TYPE_ARIA KEY_TYPE_CAMELLIA"
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
# ---------
|
# ---------
|
||||||
|
|
||||||
# Start from default config (no TLS 1.3, no USE_PSA)
|
# Start from full config
|
||||||
helper_libtestdriver1_adjust_config "default"
|
helper_libtestdriver1_adjust_config "full"
|
||||||
|
|
||||||
# Disable things that are being accelerated
|
# Disable things that are being accelerated
|
||||||
scripts/config.py unset MBEDTLS_GCM_C
|
scripts/config.py unset MBEDTLS_GCM_C
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue