mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 06:05:03 -04: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>