Daniel Jakots <d...@chown.me> wrote:

> On Thu, 09 Jul 2020 16:35:13 -0600, "Theo de Raadt"
> <dera...@openbsd.org> wrote:
> 
> > > PS  I think the USB devices are probably a pretty good source of
> > > true entropy.  
> > 
> > Why do I bother explaining?  I'm the maintainer of the openbsd
> > kernel's randomness code.  I say I don't see the point in 1 line of
> > code to support these devices.
> 
> But don't we have urng(4)?

static const struct urng_type urng_devs[] = {
        { { USB_VENDOR_OPENMOKO2, USB_PRODUCT_OPENMOKO2_CHAOSKEY },
          {64, 5, 0, 100, 5000} },
        { { USB_VENDOR_ARANEUS, USB_PRODUCT_ARANEUS_ALEA },
          {128, 1, 0, 100, 5000} },

Trivial.

> Or is there some subtlety between the cards it supports and OP's card I'm 
> missing?

That card is garbage.

Reply via email to