commit | e16bf974b3d965edc9bd76fc645c3ee2c40c33b8 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Feb 19 23:48:06 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 03 00:03:22 2018 +0800 |
tree | 0315b944d5c2e27a6000463efff1e597cd88bc72 | |
parent | 340b83032634c37f10626be7388052583a9a4d95 [diff] |
crypto: x86/serpent-avx,avx2 - convert to skcipher interface Convert the AVX and AVX2 implementations 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>