mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 13:32:54 +00:00
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>
19 lines
417 B
ReStructuredText
19 lines
417 B
ReStructuredText
.. _entropy_interface:
|
|
|
|
Entropy
|
|
#######
|
|
|
|
Overview
|
|
********
|
|
|
|
The entropy API provides functions to retrieve entropy values from
|
|
entropy hardware present on the platform. The entropy APIs are provided
|
|
for use by the random subsystem and cryptographic services. They are not
|
|
suitable to be used as random number generation functions.
|
|
|
|
API Reference
|
|
*************
|
|
|
|
.. doxygengroup:: entropy_interface
|
|
:project: Zephyr
|