zephyr/subsys/random
David Leach afdc63f320 subsys/random: Add cryptographically secure and bulk fill functions
1) Add cryptographically secure random functions to provide
FIPS 140-2 compliant random functions.

2) Add name to random function choice selectors to ease
selection in SOC .defconfig files

3) Add bulk fill random functions.

Signed-off-by: David Leach <david.leach@nxp.com>
2019-11-05 19:36:42 +01:00
..
CMakeLists.txt subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01:00
Kconfig subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01:00
rand32_ctr_drbg.c subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01:00
rand32_entropy_device.c subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01:00
rand32_timer.c subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01:00
rand32_timestamp.c subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01:00
rand32_xoroshiro128.c subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01:00