Re: [PATCH 0/8] DRBG: efficiency patches

2014-08-25 Thread Herbert Xu
On Sun, Aug 17, 2014 at 05:37:04PM +0200, Stephan Mueller wrote: > Hi, > > The following patch set contains random fixes to increase the efficiency of > the DRBG. Changes include the removal of unneeded memset(0) and sanity > checks. All changes do not weaken the implementation as only code is >

Re: [PATCH 0/8] DRBG: efficiency patches

2014-08-25 Thread Herbert Xu
On Sun, Aug 17, 2014 at 05:37:04PM +0200, Stephan Mueller wrote: Hi, The following patch set contains random fixes to increase the efficiency of the DRBG. Changes include the removal of unneeded memset(0) and sanity checks. All changes do not weaken the implementation as only code is

[PATCH 0/8] DRBG: efficiency patches

2014-08-17 Thread Stephan Mueller
Hi, The following patch set contains random fixes to increase the efficiency of the DRBG. Changes include the removal of unneeded memset(0) and sanity checks. All changes do not weaken the implementation as only code is removed that is clearly covered by other code paths. In addition, the

[PATCH 0/8] DRBG: efficiency patches

2014-08-17 Thread Stephan Mueller
Hi, The following patch set contains random fixes to increase the efficiency of the DRBG. Changes include the removal of unneeded memset(0) and sanity checks. All changes do not weaken the implementation as only code is removed that is clearly covered by other code paths. In addition, the