mbedtls/tests/include/test
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
..
drivers Force SHA-256 for entropy in libtestdriver1 2023-03-24 10:43:40 +01:00
arguments.h Support different types in the parameter store 2023-04-26 19:40:02 +02:00
asn1_helpers.h
bignum_helpers.h
certs.h
constant_flow.h
fake_external_rng_for_test.h
helpers.h
macros.h
psa_crypto_helpers.h Fix typos & improve wording in comments 2023-03-21 16:29:31 +01:00
psa_exercise_key.h Manually fix two remaining instances of old macros 2023-03-24 10:43:40 +01:00
psa_helpers.h
random.h
ssl_helpers.h Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 2023-04-11 09:31:37 +02:00