commit | 087bcd225c5656a0beac02739471085d000c9680 | [log] [tgz] |
---|---|---|
author | Megha Dey <megha.dey@linux.intel.com> | Thu Jun 23 18:40:47 2016 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 27 16:57:46 2016 +0800 |
tree | ccd61009ea8219153ac337f21cf00dcffbe944dc | |
parent | 992532474ffa954ff678627a1c0f815d7b6cd7fc [diff] |
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>