Re: [PATCH v2 3/6] crypto: Linux Random Number Generator

2016-04-24 Thread Joe Perches
On Sun, 2016-04-24 at 16:12 +0200, Stephan Mueller wrote: > Am Sonntag, 24. April 2016, 04:30:24 schrieb Joe Perches: > > On Sun, 2016-04-24 at 12:40 +0200, Stephan Mueller wrote: > > > The LRNG with all its properties is documented in [1]. This > > > documentation covers the functional discussion

Re: [PATCH v2 3/6] crypto: Linux Random Number Generator

2016-04-24 Thread Stephan Mueller
Am Sonntag, 24. April 2016, 04:30:24 schrieb Joe Perches: Hi Joe, thank you very much for your comments. > On Sun, 2016-04-24 at 12:40 +0200, Stephan Mueller wrote: > > The LRNG with all its properties is documented in [1]. This > > documentation covers the functional discussion as well as testi

Re: [PATCH v2 3/6] crypto: Linux Random Number Generator

2016-04-24 Thread Joe Perches
On Sun, 2016-04-24 at 12:40 +0200, Stephan Mueller wrote: > The LRNG with all its properties is documented in [1]. This > documentation covers the functional discussion as well as testing of all > aspects of entropy processing. In addition, the documentation explains > the conducted regression test

[PATCH v2 3/6] crypto: Linux Random Number Generator

2016-04-24 Thread Stephan Mueller
The LRNG with all its properties is documented in [1]. This documentation covers the functional discussion as well as testing of all aspects of entropy processing. In addition, the documentation explains the conducted regression tests to verify that the LRNG is API and ABI compatible with the legac