Home
last modified time | relevance | path

Searched full:config_entropy_has_driver (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/subsys/random/rng/
Dtestcase.yaml17 filter: CONFIG_ENTROPY_HAS_DRIVER
23 filter: CONFIG_ENTROPY_HAS_DRIVER
/Zephyr-latest/samples/psa/its/
Dsample.yaml21 and CONFIG_ENTROPY_HAS_DRIVER
28 and not CONFIG_ENTROPY_HAS_DRIVER
/Zephyr-latest/samples/psa/persistent_key/
Dsample.yaml21 and CONFIG_ENTROPY_HAS_DRIVER
28 and not CONFIG_ENTROPY_HAS_DRIVER
/Zephyr-latest/samples/net/sockets/coap_download/
Dsample.yaml6 filter: CONFIG_ENTROPY_HAS_DRIVER
/Zephyr-latest/tests/subsys/lorawan/clock_sync/
Dtestcase.yaml12 filter: CONFIG_ENTROPY_HAS_DRIVER
/Zephyr-latest/tests/drivers/entropy/api/
Dtestcase.yaml3 filter: CONFIG_ENTROPY_HAS_DRIVER
/Zephyr-latest/tests/net/virtual/
Dtestcase.yaml8 filter: CONFIG_ENTROPY_HAS_DRIVER
/Zephyr-latest/tests/posix/c_lib_ext/
Dtestcase.yaml2 filter: dt_chosen_enabled("zephyr,entropy") and CONFIG_ENTROPY_HAS_DRIVER and
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c61 #if defined(CONFIG_ENTROPY_HAS_DRIVER)
66 #endif /* CONFIG_ENTROPY_HAS_DRIVER */
212 #if defined(CONFIG_ENTROPY_HAS_DRIVER)
217 #endif /* CONFIG_ENTROPY_HAS_DRIVER */
378 #if defined(CONFIG_ENTROPY_HAS_DRIVER)
380 #else /* !CONFIG_ENTROPY_HAS_DRIVER */
386 #endif /* !CONFIG_ENTROPY_HAS_DRIVER */
391 #if defined(CONFIG_ENTROPY_HAS_DRIVER)
393 #else /* !CONFIG_ENTROPY_HAS_DRIVER */
399 #endif /* !CONFIG_ENTROPY_HAS_DRIVER */
[all …]
/Zephyr-latest/modules/mbedtls/
DCMakeLists.txt10 if(CONFIG_MBEDTLS_ENTROPY_POLL_ZEPHYR AND NOT CONFIG_ENTROPY_HAS_DRIVER)
/Zephyr-latest/kernel/
Dinit.c705 #ifdef CONFIG_ENTROPY_HAS_DRIVER in z_early_rand_get()
716 #endif /* CONFIG_ENTROPY_HAS_DRIVER */ in z_early_rand_get()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c362 #if !defined(CONFIG_ENTROPY_HAS_DRIVER) in tls_init()