From: Daniel Golle Date: Sun, 11 Sep 2022 13:26:25 +0000 (+0100) Subject: kernel: modules: package kmod-crypto-essiv X-Git-Tag: v22.03.1~56 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=745d3cd4aa1236f2c183c4b535a27afb9b16d812;p=openwrt%2Fstaging%2Fhauke.git kernel: modules: package kmod-crypto-essiv Package kernel module providing ESSIV support for block encryption. Signed-off-by: Daniel Golle (cherry picked from commit 4133102898502c9bb453e8603b6c891aa103bce4) --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 441039cdd5..3a59d78671 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -237,6 +237,18 @@ endef $(eval $(call KernelPackage,crypto-echainiv)) +define KernelPackage/crypto-essiv + TITLE:=ESSIV support for block encryption + DEPENDS:=+kmod-crypto-authenc + KCONFIG:=CONFIG_CRYPTO_ESSIV + FILES:= $(LINUX_DIR)/crypto/essiv.ko + AUTOLOAD:=$(call AutoLoad,10,essiv) + $(call AddDepends/crypto) +endef + +$(eval $(call KernelPackage,crypto-essiv)) + + define KernelPackage/crypto-fcrypt TITLE:=FCRYPT cipher CryptoAPI module KCONFIG:=CONFIG_CRYPTO_FCRYPT