crypto: tcrypt - add multi buf ahash jiffies test
authorGilad Ben-Yossef <gilad@benyossef.com>
Sun, 17 Dec 2017 08:29:03 +0000 (08:29 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 Dec 2017 06:56:41 +0000 (17:56 +1100)
commitb34a0f67ba62027394598e3c47fd3549c5c8e294
treee31d535b7dd3dbfa37c3a649bf0ea1c435f9bc29
parent8fcdc86856b24d3f76b4d70665f2cbbe5102d8de
crypto: tcrypt - add multi buf ahash jiffies test

The multi buffer concurrent requests ahash speed test only
supported the cycles mode. Add support for the so called
jiffies mode that test performance of bytes/sec.

We only add support for digest mode at the moment.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c