| commit | 5d6c76f82fe830854425a14c7aaafd42144c109d | [log] [tgz] |
|---|---|---|
| author | Andy Lutomirski <luto@kernel.org> | Wed Aug 05 17:24:50 2020 -0700 |
| committer | Andy Lutomirski <luto@kernel.org> | Wed Aug 05 17:24:50 2020 -0700 |
| tree | 58e950606355b2f79b60c816bdeb2e12dba40036 | |
| parent | 2515c3451ec9c2b3744ecc2c46d93f3d4a479005 [diff] |
random: Don't waste arch random output in __extract_crng() __extract_crng() generated an arch random long but only used 32 bits. Improve it to use all 64 bits on 64 bit architectures. Signed-off-by: Andy Lutomirski <luto@kernel.org>