]> 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)
commitcb0ed81ac15dae5fec0927091f59d3122411c617
treedd42da50d055fb66d98982036c5ce853beb811c0
parent1382e6684162e62bebe789ae40d8a8405cc77090
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