From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Duwe Date: Fri, 18 Dec 2020 10:52:55 +0100 Subject: [PATCH v3 2/2] net: Use NDRNG device in srand_mac() In-Reply-To: <20201218092804.19753-3-matthias.bgg@kernel.org> References: <20201218092804.19753-1-matthias.bgg@kernel.org> <20201218092804.19753-3-matthias.bgg@kernel.org> Message-ID: <20201218105247.40f72a40@blackhole> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 18 Dec 2020 10:28:04 +0100 matthias.bgg at kernel.org wrote: > From: Matthias Brugger > > When calling srand_mac we use a weak seed dependent on the > mac address. If present, use a RNG device instead to incerase entropy. > > Signed-off-by: Matthias Brugger Reviewed-by: Torsten Duwe