]> git.baikalelectronics.ru Git - 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)
commit8b9cb51e7fb6a955388d7fe939d7751884d6db70
tree5ec06fc4f798af456748f263327b976f02d0ea2d
parent55fa6237b10e78cb53e1ae7143dcd4c2fe686837
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