zephyr/drivers/entropy
David Leach 569a1a0a5d soc: arm: nxp_imx: rt: Configure settings for TRNG IP
RT platforms that support TRNG IP (rt10xx and rt6xx) need to set
RNG and CSRNG to Xoroshiro and CTR_DRBG respectively instead of
using TRNG as random source.

Fixes: #37307

Signed-off-by: David Leach <david.leach@nxp.com>
2021-08-06 20:29:59 -04:00
..
CMakeLists.txt drivers: entropy: introduce new Telink B91 Entropy driver 2021-08-04 15:45:32 +02:00
Kconfig drivers: entropy: introduce new Telink B91 Entropy driver 2021-08-04 15:45:32 +02:00
Kconfig.b91 drivers: entropy: introduce new Telink B91 Entropy driver 2021-08-04 15:45:32 +02:00
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.gecko
Kconfig.litex
Kconfig.mcux soc: arm: nxp_imx: rt: Configure settings for TRNG IP 2021-08-06 20:29:59 -04:00
Kconfig.native_posix
Kconfig.nrf5
Kconfig.rv32m1 random: deprecate `XOROSHIRO_RANDOM_GENERATOR` 2021-08-05 11:24:44 +02:00
Kconfig.sam
Kconfig.stm32
entropy_b91_trng.c drivers: entropy: introduce new Telink B91 Entropy driver 2021-08-04 15:45:32 +02:00
entropy_cc13xx_cc26xx.c pm: use actions for device PM control 2021-08-04 08:23:01 -04:00
entropy_esp32.c
entropy_gecko_trng.c
entropy_handlers.c
entropy_litex.c
entropy_mcux_rng.c
entropy_mcux_rnga.c
entropy_mcux_trng.c
entropy_nrf5.c
entropy_rv32m1_trng.c
entropy_sam.c
entropy_stm32.c drivers: entropy: stm32: don't use zero value 2021-07-26 04:36:56 -04:00
fake_entropy_native_posix.c