crypto: tcrypt - add async speed test for aria cipher
authorTaehee Yoo <ap420073@gmail.com>
Fri, 16 Sep 2022 12:57:36 +0000 (12:57 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 24 Sep 2022 08:14:44 +0000 (16:14 +0800)
commitc4b1ce72b5c9f7d5772b2f2d4efa25ef0e6fb576
tree2711a67c129e395e0bb1407fc2e17c94faa31b95
parentba3579e6e45c693495a50c516278749c5e3d9977
crypto: tcrypt - add async speed test for aria cipher

In order to test for the performance of aria-avx implementation, it needs
an async speed test.
So, it adds async speed tests to the tcrypt.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c