2011-05-09 18:17:09 +02:00
|
|
|
Single low error
|
2015-04-08 12:49:31 +02:00
|
|
|
depends_on:MBEDTLS_AES_C
|
2011-05-09 18:17:09 +02:00
|
|
|
error_strerror:-0x0020:"AES - Invalid key length"
|
|
|
|
|
|
|
|
Single high error
|
2015-04-08 12:49:31 +02:00
|
|
|
depends_on:MBEDTLS_RSA_C
|
2011-05-09 18:17:09 +02:00
|
|
|
error_strerror:-0x4080:"RSA - Bad input parameters to function"
|
|
|
|
|
|
|
|
Low and high error
|
2015-04-08 12:49:31 +02:00
|
|
|
depends_on:MBEDTLS_AES_C:MBEDTLS_RSA_C
|
2011-05-09 18:17:09 +02:00
|
|
|
error_strerror:-0x40A0:"RSA - Bad input parameters to function \: AES - Invalid key length"
|
|
|
|
|
|
|
|
Non existing high error
|
|
|
|
error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)"
|
|
|
|
|
|
|
|
Non existing low error
|
2014-02-01 11:54:28 +01:00
|
|
|
error_strerror:-0x007F:"UNKNOWN ERROR CODE (007F)"
|
2011-05-09 18:17:09 +02:00
|
|
|
|
|
|
|
Non existing low and high error
|
2014-02-01 11:54:28 +01:00
|
|
|
error_strerror:-0x88FF:"UNKNOWN ERROR CODE (8880) \: UNKNOWN ERROR CODE (007F)"
|
2011-05-09 18:17:09 +02:00
|
|
|
|