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>
diff --git a/tests/suites/test_suite_error.data b/tests/suites/test_suite_error.data
index dec5639..e496841 100644
--- a/tests/suites/test_suite_error.data
+++ b/tests/suites/test_suite_error.data
@@ -4,11 +4,11 @@
 
 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)"