]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tcrypt - add asynchronous speed test for SM3
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Fri, 7 Jan 2022 12:07:00 +0000 (20:07 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 Jan 2022 05:51:11 +0000 (16:51 +1100)
commitcc59307693f87280aecc236dfa55cfea0347af7a
treedd42da50d055fb66d98982036c5ce853beb811c0
parent685b56d2cc945416d5ba80783e2647d8f2f50834
crypto: tcrypt - add asynchronous speed test for SM3

tcrypt supports testing of SM3 hash algorithms that use AVX
instruction acceleration.

In order to add the sm3 asynchronous test to the appropriate
position, shift the testcase sequence number of the multi buffer
backward and start from 450.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c