mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 18:40:01 +00:00
Change the test messages
We are now testing driver-only cipher+aead with full config. Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
f561ed8b3a
commit
7afd9a4663
@ -3702,7 +3702,7 @@ common_psa_crypto_config_accel_cipher_aead() {
|
|||||||
# are meant to be used together in analyze_outcomes.py script in order to test
|
# are meant to be used together in analyze_outcomes.py script in order to test
|
||||||
# driver's coverage for ciphers and AEADs.
|
# driver's coverage for ciphers and AEADs.
|
||||||
component_test_psa_crypto_config_accel_cipher_aead () {
|
component_test_psa_crypto_config_accel_cipher_aead () {
|
||||||
msg "build: crypto config with accelerated cipher and AEAD"
|
msg "build: full config with accelerated cipher and AEAD"
|
||||||
|
|
||||||
loc_accel_list="ALG_ECB_NO_PADDING ALG_CBC_NO_PADDING ALG_CBC_PKCS7 ALG_CTR ALG_CFB \
|
loc_accel_list="ALG_ECB_NO_PADDING ALG_CBC_NO_PADDING ALG_CBC_PKCS7 ALG_CTR ALG_CFB \
|
||||||
ALG_OFB ALG_XTS ALG_STREAM_CIPHER \
|
ALG_OFB ALG_XTS ALG_STREAM_CIPHER \
|
||||||
@ -3756,29 +3756,29 @@ component_test_psa_crypto_config_accel_cipher_aead () {
|
|||||||
# Run the tests
|
# Run the tests
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
msg "test: crypto config with accelerated cipher and AEAD"
|
msg "test: full config with accelerated cipher and AEAD"
|
||||||
make test
|
make test
|
||||||
|
|
||||||
msg "ssl-opt: crypto config with accelerated cipher and AEAD"
|
msg "ssl-opt: full config with accelerated cipher and AEAD"
|
||||||
tests/ssl-opt.sh
|
tests/ssl-opt.sh
|
||||||
|
|
||||||
msg "compat.sh: crypto config with accelerated cipher and AEAD"
|
msg "compat.sh: full config with accelerated cipher and AEAD"
|
||||||
tests/compat.sh -V NO -p mbedTLS
|
tests/compat.sh -V NO -p mbedTLS
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_psa_crypto_config_reference_cipher_aead () {
|
component_test_psa_crypto_config_reference_cipher_aead () {
|
||||||
msg "build: crypto config with non-accelerated cipher and AEAD"
|
msg "build: full config with non-accelerated cipher and AEAD"
|
||||||
common_psa_crypto_config_accel_cipher_aead
|
common_psa_crypto_config_accel_cipher_aead
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
msg "test: crypto config with non-accelerated cipher and AEAD"
|
msg "test: full config with non-accelerated cipher and AEAD"
|
||||||
make test
|
make test
|
||||||
|
|
||||||
msg "ssl-opt: crypto config with non-accelerated cipher and AEAD"
|
msg "ssl-opt: full config with non-accelerated cipher and AEAD"
|
||||||
tests/ssl-opt.sh
|
tests/ssl-opt.sh
|
||||||
|
|
||||||
msg "compat.sh: crypto config with non-accelerated cipher and AEAD"
|
msg "compat.sh: full config with non-accelerated cipher and AEAD"
|
||||||
tests/compat.sh -V NO -p mbedTLS
|
tests/compat.sh -V NO -p mbedTLS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user