Paul Bakker | 9d78140 | 2011-05-09 16:17:09 +0000 | [diff] [blame] | 1 | Single low error |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 2 | depends_on:MBEDTLS_AES_C |
Paul Bakker | 9d78140 | 2011-05-09 16:17:09 +0000 | [diff] [blame] | 3 | error_strerror:-0x0020:"AES - Invalid key length" |
| 4 | |
| 5 | Single high error |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 6 | depends_on:MBEDTLS_RSA_C |
Paul Bakker | 9d78140 | 2011-05-09 16:17:09 +0000 | [diff] [blame] | 7 | error_strerror:-0x4080:"RSA - Bad input parameters to function" |
| 8 | |
| 9 | Low and high error |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 10 | depends_on:MBEDTLS_AES_C:MBEDTLS_RSA_C |
Paul Bakker | 9d78140 | 2011-05-09 16:17:09 +0000 | [diff] [blame] | 11 | error_strerror:-0x40A0:"RSA - Bad input parameters to function \: AES - Invalid key length" |
| 12 | |
| 13 | Non existing high error |
Paul Bakker | 9d78140 | 2011-05-09 16:17:09 +0000 | [diff] [blame] | 14 | error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)" |
| 15 | |
| 16 | Non existing low error |
Manuel Pégourié-Gonnard | 725afd8 | 2014-02-01 11:54:28 +0100 | [diff] [blame] | 17 | error_strerror:-0x007F:"UNKNOWN ERROR CODE (007F)" |
Paul Bakker | 9d78140 | 2011-05-09 16:17:09 +0000 | [diff] [blame] | 18 | |
| 19 | Non existing low and high error |
Manuel Pégourié-Gonnard | 725afd8 | 2014-02-01 11:54:28 +0100 | [diff] [blame] | 20 | error_strerror:-0x88FF:"UNKNOWN ERROR CODE (8880) \: UNKNOWN ERROR CODE (007F)" |
Paul Bakker | 9d78140 | 2011-05-09 16:17:09 +0000 | [diff] [blame] | 21 | |