mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: drbg: performance improvements
@ 2015-03-01 19:38 Stephan Mueller
  2015-03-01 19:39 ` [PATCH 1/2] crypto: drbg: use single block cipher API Stephan Mueller
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stephan Mueller @ 2015-03-01 19:38 UTC (permalink / raw)
  To: 'Herbert Xu; +Cc: linux-crypto, linux-kernel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-04  9:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-01 19:38 [PATCH 0/2] crypto: drbg: performance improvements Stephan Mueller
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

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