Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / mbedtls / repo / tests / suites / test_suite_error.data
1 Single low error
2 depends_on:MBEDTLS_AES_C
3 error_strerror:-0x0020:"AES - Invalid key length"
4
5 Single high error
6 depends_on:MBEDTLS_RSA_C
7 error_strerror:-0x4080:"RSA - Bad input parameters to function"
8
9 Low and high error
10 depends_on:MBEDTLS_AES_C:MBEDTLS_RSA_C
11 error_strerror:-0x40A0:"RSA - Bad input parameters to function \: AES - Invalid key length"
12
13 Non existing high error
14 error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)"
15
16 Non existing low error
17 error_strerror:-0x007F:"UNKNOWN ERROR CODE (007F)"
18
19 Non existing low and high error
20 error_strerror:-0x88FF:"UNKNOWN ERROR CODE (8880) \: UNKNOWN ERROR CODE (007F)"
21