commit | ea707dc0aaafad34bba436b206af340c410dfb1b | [log] [tgz] |
---|---|---|
author | Matthias Brugger <mbrugger@suse.com> | Fri Dec 18 10:28:04 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 19 09:15:02 2021 -0500 |
tree | 9260ffa43ebee1bc9ddae35aa15b9b46728532f0 | |
parent | 92fdad28cfdf078fe34c198ef430933e7b2825a1 [diff] |
net: Use NDRNG device in srand_mac() 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 <mbrugger@suse.com> Reviewed-by: Torsten Duwe <duwe@suse.de>