mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Transparent drivers may provide a DRBG interface through "add_entropy" and "get_random" entry points. This interface may also be used with a non-deterministic generator, for chips that include a TRNG. Opaque driver may provide a "get_entropy" entry point. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>