]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tcrypt - fix printed skcipher [a]sync mode
authorHoria Geantă <horia.geanta@nxp.com>
Wed, 5 Feb 2020 10:19:58 +0000 (12:19 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Feb 2020 09:05:26 +0000 (17:05 +0800)
commitf24874a16ef66b43a82bd7c4c16ccdf9c5ea217b
tree39dbfaec5765c3d34904a41a16e52572929e31e2
parent12af7dfc27f87ab6c1d36114029758ec65385874
crypto: tcrypt - fix printed skcipher [a]sync mode

When running tcrypt skcipher speed tests, logs contain things like:
testing speed of async ecb(des3_ede) (ecb(des3_ede-generic)) encryption
or:
testing speed of async ecb(aes) (ecb(aes-ce)) encryption

The algorithm implementations are sync, not async.
Fix this inaccuracy.

Fixes: ca78a4ddf3912 ("crypto: tcrypt - Use skcipher")
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c