commit | 44893bc2962363417ff9bed7876e0e58741e4f76 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Feb 19 23:48:23 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 03 00:03:32 2018 +0800 |
tree | 4a9af9a0a430becd1dc9513716b57a12a1ec425c | |
parent | 1af6d03710126392e7333417fcaf2427bfc8f169 [diff] |
crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface Convert the AESNI AVX and AESNI AVX2 implementations of Camellia 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>