Paul Fertser [2022-01-21 12:19:05]:
Hi,
> I am not sending this upstream as I have no idea how to estimate quality
> properly.
ok, but please note, that until then, it's not even good enough material for
OpenWrt either.
For example, check this
https://patchwork.kernel.org/project/linux-crypto
I wonder, does it applicable for all targets with HW RNG support?
Is it necessary to have quality of HW RNG not less than 1000 for kernel
to use /dev/hwrng directly without user space tools like rng-tools?
___
openwrt-devel mailing list
openwrt-devel@li
Following the idea from 7747b3fa36d3 ("generic: add bcm2835-rng quality
patch") and 9dc84018eeef ("bcm27xx: remove urngd package") this patch
allows kernel to directly use HW RNG and provide enough entropy from
/dev/random without urngd and/or rng-tools.
I am not sending this upstream as I have no