On Fri, Jan 07, 2022 at 08:07:00PM +0800, Tianjia Zhang wrote:
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@xxxxxxxxxxxxxxxxx>
---
crypto/tcrypt.c | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
This is not an issue with your patch but we should delete all
the mb hash tests as the mb hash algorithm tself was removed
in 2018.
Thanks,