commit | 065ce3273782b632f3e16ab789b432e12deb6823 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 22 20:08:29 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Nov 28 21:23:20 2016 +0800 |
tree | d6d8070abc5ed42f4d9ac378966e75aafe6e302c | |
parent | 043a44001b9ea74d015b405cccd607ab6139aefc [diff] [blame] |
crypto: glue_helper - Add skcipher xts helpers This patch adds xts helpers that use the skcipher interface rather than blkcipher. This will be used by aesni_intel. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
diff --git a/crypto/Kconfig b/crypto/Kconfig index ae4960f..bb79424 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig
@@ -253,7 +253,7 @@ config CRYPTO_GLUE_HELPER_X86 tristate depends on X86 - select CRYPTO_ALGAPI + select CRYPTO_BLKCIPHER config CRYPTO_ENGINE tristate