]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
crypto: x86/cast6-avx - convert to skcipher interface
authorEric Biggers <ebiggers@google.com>
Tue, 20 Feb 2018 07:48:15 +0000 (23:48 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Mar 2018 16:03:28 +0000 (00:03 +0800)
commit4bd969243143e224d5aa450fdea1c882a75aa58e
treeaf3056d17ac2eec2789bf9f86353b84dc579be58
parentf51a1fa43972c93e08a608df51182d90ab8d7594
crypto: x86/cast6-avx - convert to skcipher interface

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