search for: hw_rng

Displaying 3 results from an estimated 3 matches for "hw_rng".

Did you mean: hw_dbg
2007 Apr 18
1
A set of "standard" virtual devices?
...invented and reinvented by just about every virtualization > vendor for no really good reason. > > I personally recently pointed out that a proper virtualization > solution should handle entropy collection at the lowest level (where > the physical hardware drivers are) and present a hw_rng interface to > the guests. Unfortunately, none of the hardware-based hw_rng > interfaces is sane enough to do that with, which calls for a virtual > driver. > > It would be nice if there was one, and not a dozen, such drivers. > > I would therefore like to propose that the Linu...
2007 Apr 18
1
A set of "standard" virtual devices?
...invented and reinvented by just about every virtualization > vendor for no really good reason. > > I personally recently pointed out that a proper virtualization > solution should handle entropy collection at the lowest level (where > the physical hardware drivers are) and present a hw_rng interface to > the guests. Unfortunately, none of the hardware-based hw_rng > interfaces is sane enough to do that with, which calls for a virtual > driver. > > It would be nice if there was one, and not a dozen, such drivers. > > I would therefore like to propose that the Linu...
2007 May 31
0
suggestion of service
I think that in hw_rng machines something like this is good (not via-rng): > #!/bin/bash > # > # chkconfig: 2345 20 80 > # description: Rngd daemon\ > # processname: rngd > # pidfile: /var/run/rngd.pid > # config: /etc/sysconfig/rngd > > # source function library > . /etc/init.d/...