commit | 0ff4e0b8242e05d32be20145c4b4baa94864bb19 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Wed Aug 29 18:53:20 2018 +0300 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Wed Aug 29 18:53:20 2018 +0300 |
tree | fba170574cc50eb0a838519307352485f9a20406 | |
parent | d22c1b2445a6e87853868acc67ae2b02ad031716 [diff] [blame] |
Add platform error codes Add error codes for the platform module, to be used by the setup \ terminate API.
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h index 6b82d4f..95415dc 100644 --- a/include/mbedtls/error.h +++ b/include/mbedtls/error.h
@@ -80,6 +80,7 @@ * CHACHA20 3 0x0051-0x0055 * POLY1305 3 0x0057-0x005B * CHACHAPOLY 2 0x0054-0x0056 + * PLATFORM 2 0x0080-0x0082 * * High-level module nr (3 bits - 0x0...-0x7...) * Name ID Nr of Errors