commit | 427988d981c4c20a7f0421873351ccd14a88e2b2 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Sun Dec 17 08:29:05 2017 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 28 17:56:42 2017 +1100 |
tree | 40345c1003120f7acc4a6e667dca412c577df0f7 | |
parent | e161c5930c150abab95d2ccad428d68ce1780ea1 [diff] |
crypto: tcrypt - add multibuf aead speed test The performance of some aead tfm providers is affected by the amount of parallelism possible with the processing. Introduce an async aead 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>