Hanno Becker
d2f9f53f7f
Add typedef's for MPS buffer size types
...
Most buffers that MPS deals with are small and representable
with integer types of width 16-bit or more.
For highly memory constrained systems, it is therefore a potential
for significant memory savings to use 16-bit types for buffer sizes
throughout MPS.
In prepraration for this, this commit introduces typdefs
```
mbedtls_mps_size_t
mbedtls_mps_stored_size_t
```
for buffer sizes in the MPS implementation and the MPS structures,
respectively.
So far, those MUST be defined as `size_t`: While an effort has been made
to write most of MPS code in terms of `mbedtls_mps_[stored_]size_t` in a
way that would allow narrower types, those aren't yet supported. Still,
we retain the typedefs in order to avoid unnecessary rewriting of a large
body of the MPS codebase.
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
2021-03-29 14:19:32 +01:00
..
2021-03-29 14:19:32 +01:00
2015-06-25 10:59:56 +02:00
2020-11-09 20:44:08 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-03-04 14:34:50 +00:00
2021-02-01 17:28:03 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-10-08 12:09:44 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-03-25 14:25:46 +01:00
2020-11-06 09:40:21 +01:00
2020-12-07 10:42:21 +01:00
2021-01-29 11:09:50 +01:00
2021-03-26 11:38:40 +01:00
2020-08-19 10:35:41 +02:00
2021-02-22 19:24:03 +01:00
2021-03-10 17:00:32 +00:00
2020-08-19 10:35:41 +02:00
2020-08-20 11:07:12 +01:00
2020-08-19 10:35:41 +02:00
2021-02-10 17:07:20 +01:00
2021-01-22 14:23:08 +01:00
2020-12-06 22:32:02 +01:00
2021-03-02 10:14:24 +01:00
2021-02-22 14:47:29 +00:00
2021-02-23 11:27:03 +01:00
2020-11-16 15:02:16 +01:00
2021-02-10 15:34:52 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-02-22 19:24:03 +01:00
2021-03-26 11:38:40 +01:00
2020-12-03 09:59:42 +01:00
2020-12-03 09:59:42 +01:00
2020-12-03 09:59:42 +01:00
2021-02-23 20:29:38 +01:00
2020-08-19 10:35:41 +02:00
2021-03-01 11:39:21 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-12-07 17:29:42 +00:00
2020-11-10 16:00:41 +01:00
2020-11-10 16:00:41 +01:00
2020-09-18 16:20:13 +02:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-09-22 11:57:16 +02:00
2021-02-01 14:26:08 +01:00
2020-11-13 09:20:18 +00:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-03-26 15:58:25 +01:00
2021-03-26 15:58:25 +01:00
2021-02-09 15:36:08 +01:00
2021-03-26 15:48:13 +01:00
2021-03-26 15:58:25 +01:00
2021-03-26 15:58:25 +01:00
2021-03-15 12:14:40 +01:00
2021-02-18 15:45:12 +01:00
2021-03-16 11:07:55 +01:00
2021-03-15 12:14:40 +01:00
2021-03-03 19:58:02 +01:00
2020-11-25 13:10:50 +01:00
2021-02-16 18:55:05 +01:00
2021-03-15 12:14:40 +01:00
2021-02-18 15:45:06 +01:00
2020-08-19 10:35:41 +02:00
2020-11-25 13:10:50 +01:00
2020-08-19 10:35:41 +02:00
2021-02-15 14:26:44 +01:00
2021-02-15 14:26:44 +01:00
2021-02-03 20:54:46 +01:00
2021-02-15 14:26:44 +01:00
2021-03-26 15:58:25 +01:00
2021-03-10 17:00:32 +00:00
2020-12-03 09:59:42 +01:00
2020-08-19 10:35:41 +02:00
2021-02-22 19:24:03 +01:00
2020-09-18 16:20:13 +02:00
2020-09-18 16:20:13 +02:00
2020-12-03 09:59:42 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2021-03-10 17:00:32 +00:00
2020-08-19 10:35:41 +02:00
2020-08-25 14:35:55 +01:00
2021-03-10 17:00:32 +00:00
2021-03-27 22:47:13 +01:00
2020-12-03 12:25:10 +01:00
2020-09-16 09:50:17 +01:00
2020-09-16 09:50:17 +01:00
2021-03-10 18:17:12 +00:00
2021-02-22 19:24:03 +01:00
2020-08-19 10:35:41 +02:00
2021-02-01 13:16:01 +01:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00
2020-08-20 11:07:12 +01:00
2021-03-05 14:24:03 +00:00
2020-08-19 10:35:41 +02:00
2020-09-01 11:04:53 +02:00
2020-09-21 18:25:35 -07:00
2020-08-19 10:35:41 +02:00
2020-08-19 10:35:41 +02:00