mbedtls/tests/include
Gilles Peskine b3c2eaf00f Support different types in the parameter store
The test framework stores size_t and int32_t values in the parameter store
by converting them all to int. This is ok in practice, since we assume int
covers int32_t and we don't have test data larger than 2GB. But it's
confusing and error-prone. So make the parameter store a union, which allows
size_t values not to be potentially truncated and makes the code a little
clearer.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-04-26 19:40:02 +02:00
..
alt-dummy Switch to the new code style 2023-01-11 14:50:10 +01:00
alt-extra/psa Test the PSA alternative header configuration macros 2023-02-23 17:18:33 +01:00
baremetal-override tests: prevent inclusion of time.h in baremetal compiles 2022-03-04 05:07:45 -05:00
spe Switch to the new code style 2023-01-11 14:50:10 +01:00
test Support different types in the parameter store 2023-04-26 19:40:02 +02:00