Home
last modified time | relevance | path

Searched full:config_csprng_enabled (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/crypto/mbedtls_psa/
Dtestcase.yaml24 filter: CONFIG_CSPRNG_ENABLED
31 filter: not CONFIG_CSPRNG_ENABLED
/Zephyr-latest/modules/mbedtls/
Dzephyr_entropy.c17 #if defined(CONFIG_CSPRNG_ENABLED) in get_random_data()
22 #endif /* CONFIG_CSPRNG_ENABLED */ in get_random_data()
DCMakeLists.txt21 if(NOT CONFIG_CSPRNG_ENABLED)
DKconfig.tls-generic487 # CONFIG_CSPRNG_ENABLED cannot be used for this because it gets enabled by
/Zephyr-latest/tests/crypto/secp256r1/
Dtestcase.yaml3 CONFIG_CSPRNG_ENABLED and
/Zephyr-latest/subsys/random/
Drandom_handlers.c18 #ifdef CONFIG_CSPRNG_ENABLED
/Zephyr-latest/modules/openthread/platform/
Dentropy.c15 #if !defined(CONFIG_CSPRNG_ENABLED)
/Zephyr-latest/tests/subsys/random/rng/src/
Dmain.c89 #if defined(CONFIG_CSPRNG_ENABLED) in ZTEST()
121 #endif /* CONFIG_CSPRNG_ENABLED */ in ZTEST()
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst78 * If a platform has a CSPRNG source available (i.e. :kconfig:option:`CONFIG_CSPRNG_ENABLED`
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c285 #if defined(CONFIG_CSPRNG_ENABLED) in tls_ctr_drbg_random()
1720 #if defined(CONFIG_CSPRNG_ENABLED) in tls_opt_dtls_connection_id_set()