crypto: x86/twofish-avx - convert to skcipher interface
authorEric Biggers <ebiggers@google.com>
Tue, 20 Feb 2018 07:48:11 +0000 (23:48 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Mar 2018 16:03:25 +0000 (00:03 +0800)
commit0e6ab46dadb0ec7b76ab3aa41eae3920cdd4d82b
tree1b6745272a2227f3781664eced26f3c472babfd2
parent876e9f0c12778bcdc64040031974e0dcf1d99bd5
crypto: x86/twofish-avx - convert to skcipher interface

Convert the AVX implementation of Twofish from the (deprecated)
ablkcipher and blkcipher interfaces over to the skcipher interface.
Note that this includes replacing the use of ablk_helper with
crypto_simd.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/twofish_avx_glue.c
crypto/Kconfig