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
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
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