From 32751c9017284908885ba1981c102ace8930cb4d Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 28 Apr 2016 23:22:28 +0200 Subject: backport: add crypto skcipher interface This adds the crypto skcipher interface which was added in Linux commit 7a7ffe65c8c5f "crypto: skcipher - Add top-level skcipher interface" to backports. Signed-off-by: Hauke Mehrtens --- backport/compat/Kconfig | 10 ++++++++++ backport/compat/Makefile | 1 + 2 files changed, 11 insertions(+) (limited to 'backport/compat') diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index b5b91007..710f626a 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -113,6 +113,16 @@ config BPAUTO_BUILD_CRYPTO_CCM default y if BPAUTO_CRYPTO_CCM #c-file crypto/ccm.c +config BPAUTO_CRYPTO_SKCIPHER + tristate + depends on KERNEL_4_3 + default y if MAC802154 + default y if LIB80211_CRYPT_WEP + default y if LIB80211_CRYPT_TKIP + default y if BT + #c-file crypto/skcipher.c + #module-name skcipher + config BPAUTO_WANT_DEV_COREDUMP bool diff --git a/backport/compat/Makefile b/backport/compat/Makefile index 7cbb8819..76d71e76 100644 --- a/backport/compat/Makefile +++ b/backport/compat/Makefile @@ -33,3 +33,4 @@ compat-$(CPTCFG_KERNEL_4_4) += backport-4.4.o compat-$(CPTCFG_KERNEL_4_5) += backport-4.5.o compat-$(CPTCFG_BPAUTO_BUILD_CRYPTO_CCM) += crypto-ccm.o +compat-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += crypto-skcipher.o -- cgit v1.2.3