Re: [PATCH 0/2] Add in-kernel /dev/random equivalent

2014-06-06 Thread Stephan Mueller
Am Freitag, 6. Juni 2014, 13:59:00 schrieb Pavel Machek: Hi Pavel, >On Mon 2014-05-12 00:36:01, Stephan Mueller wrote: >> Hi, >> >> as discussed in thread [1], an in-kernel equivalent to the blocking >> /dev/random device behavior is suggested. This in-kernel blocking >> access to the RNG can be

Re: [PATCH 0/2] Add in-kernel /dev/random equivalent

2014-06-06 Thread Pavel Machek
On Mon 2014-05-12 00:36:01, Stephan Mueller wrote: > Hi, > > as discussed in thread [1], an in-kernel equivalent to the blocking > /dev/random device behavior is suggested. This in-kernel blocking access to > the RNG can be used to seed deterministic random number generators with > random > nu

[PATCH 0/2] Add in-kernel /dev/random equivalent

2014-05-11 Thread Stephan Mueller
Hi, as discussed in thread [1], an in-kernel equivalent to the blocking /dev/random device behavior is suggested. This in-kernel blocking access to the RNG can be used to seed deterministic random number generators with random numbers that are directly backed by the underlying noise sources. T