]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2048a60872f86fece734713c6aa9f6b6dd7e0b04
treeccd61009ea8219153ac337f21cf00dcffbe944dc
parent1632fa52307ff3c3859b81e49935248a6b371c80
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