mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 06:33:06 +00:00
all.sh: fix messages in test_psa_crypto_config_accel_des
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
e98ad5931a
commit
b9f4bfc33b
@ -3644,7 +3644,7 @@ component_test_psa_crypto_config_reference_hash_use_psa() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
component_test_psa_crypto_config_accel_des () {
|
component_test_psa_crypto_config_accel_des () {
|
||||||
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated cipher"
|
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated DES"
|
||||||
|
|
||||||
# Albeit this components aims at accelerating DES which should only support
|
# Albeit this components aims at accelerating DES which should only support
|
||||||
# CBC and ECB modes, we need to accelerate more than that otherwise DES_C
|
# CBC and ECB modes, we need to accelerate more than that otherwise DES_C
|
||||||
@ -3686,7 +3686,7 @@ component_test_psa_crypto_config_accel_des () {
|
|||||||
# Run the tests
|
# Run the tests
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated cipher"
|
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated DES"
|
||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user