mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Stephan Mueller <smueller@chronox.de>
To: "'Herbert Xu" <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] crypto: drbg: performance improvements
Date: Sun, 01 Mar 2015 20:38:12 +0100	[thread overview]
Message-ID: <50904620.OAA2OAojed@tachyon.chronox.de> (raw)

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 ++++++++++++++++-----------------------------------------
 1 file changed, 16 insertions(+), 41 deletions(-)

-- 
2.1.0



             reply	other threads:[~2015-03-01 19:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-01 19:38 Stephan Mueller [this message]
2015-03-01 19:39 ` [PATCH 1/2] crypto: drbg: use single block cipher API Stephan Mueller
2015-03-01 19:40 ` [PATCH 2/2] crypto: drbg: remove superflowous memsets Stephan Mueller
2015-03-04  9:18 ` [PATCH 0/2] crypto: drbg: performance improvements Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50904620.OAA2OAojed@tachyon.chronox.de \
    --to=smueller@chronox.de \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome