Fix various issue

Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
Pengyu Lv 2023-12-07 17:23:25 +08:00
parent 3cd16c47bd
commit 98a90c6542
2 changed files with 2 additions and 5 deletions

View file

@ -3480,10 +3480,7 @@ component_test_psa_crypto_config_accel_rsa_crypto () {
helper_libtestdriver1_make_main "$loc_accel_list"
# Make sure this was not re-enabled by accident (additive config)
not grep mbedtls_rsa_rsassa_pkcs1_v15_sign library/rsa.o
not grep mbedtls_rsa_rsassa_pss_sign_ext library/rsa.o
not grep mbedtls_rsa_rsaes_pkcs1_v15_encrypt library/rsa.o
not grep mbedtls_rsa_rsaes_oaep_encrypt library/rsa.o
not grep mbedtls_rsa library/rsa.o
# Run the tests
# -------------

View file

@ -510,7 +510,7 @@ KNOWN_TASKS = {
'ignored_suites': [
# Modules replaced by drivers.
'rsa', 'pkcs1_v15', 'pkcs1_v21',
# We temporarily don't care about PK staff.
# We temporarily don't care about PK stuff.
'pk', 'pkwrite', 'pkparse'
],
'ignored_tests': {