|
|
@ -594,17 +594,10 @@ $(eval $(call KernelPackage,crypto-test)) |
|
|
|
|
|
|
|
|
|
|
|
define KernelPackage/crypto-xts |
|
|
|
define KernelPackage/crypto-xts |
|
|
|
TITLE:=XTS cipher CryptoAPI module
|
|
|
|
TITLE:=XTS cipher CryptoAPI module
|
|
|
|
DEPENDS:=+kmod-crypto-manager
|
|
|
|
DEPENDS:=+kmod-crypto-gf128 +kmod-crypto-manager
|
|
|
|
KCONFIG:= \
|
|
|
|
KCONFIG:=CONFIG_CRYPTO_XTS
|
|
|
|
CONFIG_CRYPTO_GF128MUL \
|
|
|
|
FILES:=$(LINUX_DIR)/crypto/xts.ko
|
|
|
|
CONFIG_CRYPTO_XTS
|
|
|
|
AUTOLOAD:=$(call AutoLoad,09,xts)
|
|
|
|
FILES:= \
|
|
|
|
|
|
|
|
$(LINUX_DIR)/crypto/xts.ko \
|
|
|
|
|
|
|
|
$(LINUX_DIR)/crypto/gf128mul.ko
|
|
|
|
|
|
|
|
AUTOLOAD:=$(call AutoLoad,09, \
|
|
|
|
|
|
|
|
gf128mul \
|
|
|
|
|
|
|
|
xts \
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
$(call AddDepends/crypto)
|
|
|
|
$(call AddDepends/crypto)
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|