]> 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)
commit07c767e690cf6428be499117846c6bead325325b
treeccd61009ea8219153ac337f21cf00dcffbe944dc
parent9c9389c9a45a62945542fbb9f59d67cb907d12e2
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