all.sh: accelerate ALG_ECB_NO_PADDING in test_psa_crypto_config_accel_cipher()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
221d8aa8e7
commit
0244fbbf28
1 changed files with 3 additions and 3 deletions
|
@ -3523,9 +3523,9 @@ component_test_psa_crypto_config_reference_hash_use_psa() {
|
||||||
component_test_psa_crypto_config_accel_cipher () {
|
component_test_psa_crypto_config_accel_cipher () {
|
||||||
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated cipher"
|
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated cipher"
|
||||||
|
|
||||||
loc_accel_list="ALG_CBC_NO_PADDING ALG_CBC_PKCS7 \
|
loc_accel_list="ALG_ECB_NO_PADDING ALG_CBC_NO_PADDING ALG_CBC_PKCS7 \
|
||||||
ALG_CTR ALG_CFB ALG_OFB ALG_XTS \
|
ALG_CTR ALG_CFB ALG_OFB ALG_XTS ALG_CMAC \
|
||||||
KEY_TYPE_DES ALG_CMAC"
|
KEY_TYPE_DES"
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
# ---------
|
# ---------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue