commit | e161c5930c150abab95d2ccad428d68ce1780ea1 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Sun Dec 17 08:29:04 2017 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 28 17:56:41 2017 +1100 |
tree | 20b88a86c03d4f225b2cdf5dba90ccb576ef4de6 | |
parent | b34a0f67ba62027394598e3c47fd3549c5c8e294 [diff] |
crypto: tcrypt - add multibuf skcipher speed test The performance of some skcipher tfm providers is affected by the amount of parallelism possible with the processing. Introduce an async skcipher concurrent multiple buffer processing speed test to be able to test performance of such tfm providers. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>