mbedtls/tests/include/test
Gilles Peskine 35f057330f Keep track of PSA keys used interally
When PSA uses CTR_DRBG for its random generator and CTR_DRBG uses PSA for
AES, as currently implemented, there is one volatile key in permanent use
for the CTR_DRBG instance. Account for that in tests that want to know
exactly how many volatile keys are in use, or how many volatile keys can be
created.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-08-07 12:39:05 +02:00
..
drivers Improve comment in a header file 2024-04-12 12:40:01 +02:00
arguments.h
asn1_helpers.h
bignum_helpers.h
certs.h
constant_flow.h
fake_external_rng_for_test.h
helpers.h
macros.h
memory.h
psa_crypto_helpers.h Keep track of PSA keys used interally 2024-08-07 12:39:05 +02:00
psa_exercise_key.h Document unsupported concurrency scenario in psa_exercise_key 2024-03-14 17:51:09 +00:00
psa_helpers.h
psa_memory_poisoning_wrappers.h
psa_test_wrappers.h Update generated PSA wrappers 2024-08-05 15:52:37 +02:00
random.h
ssl_helpers.h Merge pull request #9365 from eleuzi01/replace-gcm 2024-08-05 09:43:23 +00:00
threading_helpers.h