[PATCH 0/2] crypto: DRBG - performance improvements for CTR DRBG

2018-07-10 Thread Stephan Müller
Hi Herbert, Please find CTR DRBG performance improvements with the patches attached. In the following, there is an example log taken with my LRNG implementation using the getrandom(2) system call demonstrating the difference. Without the patch set: 16 bytes| 12.267661 MB/s|6

Re: [PATCH 0/2] crypto: drbg: performance improvements

2015-03-04 Thread Herbert Xu
On Sun, Mar 01, 2015 at 08:38:12PM +0100, Stephan Mueller wrote: > Hi, > > The following patches increase the performance of the CTR DRBG and Hash > DRBG. > > The updates successfully pass the CAVS testing. for Hash DRBG and CTR > DRBG. > > Stephan Mueller (2): > crypto: drbg: use single block

[PATCH 0/2] crypto: drbg: performance improvements

2015-03-01 Thread Stephan Mueller
Hi, The following patches increase the performance of the CTR DRBG and Hash DRBG. The updates successfully pass the CAVS testing. for Hash DRBG and CTR DRBG. Stephan Mueller (2): crypto: drbg: use single block cipher API crypto: drbg: remove superflowous memsets crypto/drbg.c | 57