zephyr/subsys/random
Flavio Ceolin 7ec7238eb5 random: Fix sys_csrand_get build condition
z_impl_sys_csrand_get is implement if the system is build with either
CONFIG_CTR_DRBG_CSPRNG_GENERATOR or CONFIG_HARDWARE_DEVICE_CS_GENERATOR.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-10-07 14:02:40 -05:00
..
CMakeLists.txt random: deprecate XOROSHIRO_RANDOM_GENERATOR 2021-08-05 11:24:44 +02:00
Kconfig random: deprecate XOROSHIRO_RANDOM_GENERATOR 2021-08-05 11:24:44 +02:00
rand32_ctr_drbg.c random: ctr_drbg: Fix the error path in sys_csrand_get 2020-12-01 10:20:06 -06:00
rand32_entropy_device.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
rand32_handlers.c random: Fix sys_csrand_get build condition 2021-10-07 14:02:40 -05:00
rand32_timer.c subsys/random: change parameters for timer-based PRNG 2021-08-30 09:32:36 -04:00
rand32_xoshiro128.c random: add xoshiro128++ PRNG source 2021-08-05 11:24:44 +02:00