mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-05 03:56:04 +02:00
They were in test_suite_psa_crypto_init, but their only connection to init is that RNG setup is part of init. When testing how the RNG is set up, the fact that it happens during init is incidental, what matters is the difficulties around collecting entropy. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
24 lines
423 B
Plaintext
24 lines
423 B
Plaintext
PSA init/deinit
|
|
init_deinit:2
|
|
|
|
PSA deinit without init
|
|
deinit_without_init:0
|
|
|
|
PSA deinit twice
|
|
deinit_without_init:1
|
|
|
|
PSA threaded init checks
|
|
psa_threaded_init:100
|
|
|
|
No random without init
|
|
validate_module_init_generate_random:0
|
|
|
|
No key slot access without init
|
|
validate_module_init_key_based:0
|
|
|
|
No random after deinit
|
|
validate_module_init_generate_random:1
|
|
|
|
No key slot access after deinit
|
|
validate_module_init_key_based:1
|