Re: [PATCH v2 0/4] crypto: CTR DRBG - performance improvements

2016-06-15 Thread Herbert Xu
On Tue, Jun 14, 2016 at 07:33:48AM +0200, Stephan Mueller wrote: > Hi, > > The following patch set is aimed to increase the performance of the CTR > DRBG, especially when assembler implementations of the CTR AES mode are > available. > > The patch set increases the performance by 10% for random

[PATCH v2 0/4] crypto: CTR DRBG - performance improvements

2016-06-13 Thread Stephan Mueller
Hi, The following patch set is aimed to increase the performance of the CTR DRBG, especially when assembler implementations of the CTR AES mode are available. The patch set increases the performance by 10% for random numbers of 16 bytes and reaches 450% for random numbers reaching 4096 bytes