kernel: modules: package kmod-crypto-essiv
Package kernel module providing ESSIV support for block encryption.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 4133102898
)
This commit is contained in:
parent
a3f9b42789
commit
745d3cd4aa
|
@ -237,6 +237,18 @@ endef
|
||||||
$(eval $(call KernelPackage,crypto-echainiv))
|
$(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
|
define KernelPackage/crypto-fcrypt
|
||||||
TITLE:=FCRYPT cipher CryptoAPI module
|
TITLE:=FCRYPT cipher CryptoAPI module
|
||||||
KCONFIG:=CONFIG_CRYPTO_FCRYPT
|
KCONFIG:=CONFIG_CRYPTO_FCRYPT
|
||||||
|
|
Loading…
Reference in New Issue