|
@@ -226,6 +226,18 @@ endef
|
|
$(eval $(call KernelPackage,crypto-gcm))
|
|
$(eval $(call KernelPackage,crypto-gcm))
|
|
|
|
|
|
|
|
|
|
|
|
+define KernelPackage/crypto-xcbc
|
|
|
|
+ TITLE:=XCBC CryptoAPI module
|
|
|
|
+ DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager
|
|
|
|
+ KCONFIG:=CONFIG_CRYPTO_XCBC
|
|
|
|
+ FILES:=$(LINUX_DIR)/crypto/xcbc.ko
|
|
|
|
+ AUTOLOAD:=$(call AutoLoad,09,xcbc)
|
|
|
|
+ $(call AddDepends/crypto)
|
|
|
|
+endef
|
|
|
|
+
|
|
|
|
+$(eval $(call KernelPackage,crypto-xcbc))
|
|
|
|
+
|
|
|
|
+
|
|
define KernelPackage/crypto-gf128
|
|
define KernelPackage/crypto-gf128
|
|
TITLE:=GF(2^128) multiplication functions CryptoAPI module
|
|
TITLE:=GF(2^128) multiplication functions CryptoAPI module
|
|
KCONFIG:=CONFIG_CRYPTO_GF128MUL
|
|
KCONFIG:=CONFIG_CRYPTO_GF128MUL
|