mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-25 01:30:16 +08:00

The `get_entropy` entry point can be provided by multiple transparent drivers, and the core will call all of them. But apart from that, `get_entropy` doesn't involve an opaque key or a location, so it can be in a transparent driver. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>