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

Convert the SSE2 implementation of Serpent 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/serpent_sse2_glue.c
crypto/Kconfig