Lines Matching +full:always +full:- +full:on
2 # supported on any platform. A very minimal configuration is tested here: simply
4 # - psa_crypto_init() which is required before any PSA crypto operation
5 # - psa_generate_random() which is always available as long as PSA crypto is
8 # Since it might take too long to execute this test on all platforms
11 # - no TF-M enabled devices because we assume that the TF-M implementation
12 # of PSA crypto is working fine on the platforms that support TF-M.
13 # - platform should be testable by the CI.
14 # - pick 1 platform which supports entropy driver and 1 which does not. The
20 - mbedtls
21 - psa
27 - native_sim/native/64
29 - CONFIG_ENTROPY_GENERATOR=y
33 # enable the timer random generator because it's always available on all
38 - qemu_x86
40 - CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG=y
41 - CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG_ALLOW_NON_CSPRNG=y
42 - CONFIG_TEST_RANDOM_GENERATOR=y