crypto: tcrypt - Add speed tests for SHA multibuffer algorithms
authorMegha Dey <megha.dey@linux.intel.com>
Fri, 24 Jun 2016 01:40:47 +0000 (18:40 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 27 Jun 2016 08:57:46 +0000 (16:57 +0800)
commit087bcd225c5656a0beac02739471085d000c9680
treeccd61009ea8219153ac337f21cf00dcffbe944dc
parent992532474ffa954ff678627a1c0f815d7b6cd7fc
crypto: tcrypt - Add speed tests for SHA multibuffer algorithms

The existing test suite to calculate the speed of the SHA algorithms
assumes serial (single buffer)) computation of data. With the SHA
multibuffer algorithms, we work on 8 lanes of data in parallel. Hence,
the need to introduce a new test suite to calculate the speed for these
algorithms.

Signed-off-by: Megha Dey <megha.dey@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c