]> git.ipfire.org Git - thirdparty/linux.git/commit - crypto/tcrypt.c
crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Thu, 27 Oct 2022 06:54:57 +0000 (14:54 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Nov 2022 09:34:21 +0000 (17:34 +0800)
commit3c3836378dd578a0d510420c0f67818e8dc49f0e
tree2ed0ee25ba41f419038b55e7ad57f163fa63f3b3
parentc24ee936c79d7c381750f6c23bbef1257850279f
crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test

Added CTS-CBC/XTS/XCBC tests for SM4 algorithms, as well as
corresponding speed tests, this is to test performance-optimized
implementations of these modes.

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