Re: [PATCH] prng; bring prng into better alignment with specification

2008-07-17 Thread Neil Horman
On Thu, Jul 17, 2008 at 03:48:56PM +0800, Herbert Xu wrote: > On Wed, Jul 16, 2008 at 04:32:00PM -0400, Neil Horman wrote: > > Bring prng into better alignment with specificaion: > > > > - Convert to using Generic AES 128 bit cipher > > - Convert DT to be a non-shifted counter, increasing c

Re: [PATCH] prng; bring prng into better alignment with specification

2008-07-17 Thread Herbert Xu
On Wed, Jul 16, 2008 at 04:32:00PM -0400, Neil Horman wrote: > Bring prng into better alignment with specificaion: > > - Convert to using Generic AES 128 bit cipher > - Convert DT to be a non-shifted counter, increasing counter period > > Signed-off-by: Neil Horman <[EMAIL PROTECTED]>

[PATCH] prng; bring prng into better alignment with specification

2008-07-16 Thread Neil Horman
Bring prng into better alignment with specificaion: - Convert to using Generic AES 128 bit cipher - Convert DT to be a non-shifted counter, increasing counter period Signed-off-by: Neil Horman <[EMAIL PROTECTED]> prng.c | 69 +++