Change values for error tests

Previously these tests used values that will become PSA aliases,
and so the tests will fail once they're changed.

Signed-off-by: Felix Conway <felix.conway@arm.com>
This commit is contained in:
Felix Conway
2025-08-18 11:32:58 +01:00
parent 265e98da45
commit 8616ee762d

View File

@@ -4,11 +4,11 @@ error_strerror:-0x0020:"AES - Invalid key length"
Single high error
depends_on:MBEDTLS_RSA_C
error_strerror:-0x4080:"RSA - Bad input parameters to function"
error_strerror:-0x4200:"RSA - Key failed to pass the validity check of the library"
Low and high error
depends_on:MBEDTLS_AES_C:MBEDTLS_RSA_C
error_strerror:-0x40A0:"RSA - Bad input parameters to function \: AES - Invalid key length"
error_strerror:-0x4220:"RSA - Key failed to pass the validity check of the library \: AES - Invalid key length"
Non existing high error
error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)"