mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-11 09:22:05 +08:00

If an RNG peripheral includes an entropy source, it would presumably declare "initial_entropy_size" and "reseed_entropy_size" to be 0. In this case, don't require the core to call "add_entropy". Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>