crypto: x86/cast5-avx - convert to skcipher interface
authorEric Biggers <ebiggers@google.com>
Tue, 20 Feb 2018 07:48:13 +0000 (23:48 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Mar 2018 16:03:26 +0000 (00:03 +0800)
commit1e63183a203dba8333677c9490455df48f937ea0
treea2c33d182633f0612dfe9083550a56603a8cb1ed
parent8f461b1e02ed546fbd0f11611138da67fd85a30f
crypto: x86/cast5-avx - convert to skcipher interface

Convert the AVX implementation of CAST5 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/cast5_avx_glue.c
crypto/Kconfig