From: nbd Date: Mon, 5 Jan 2015 13:02:14 +0000 (+0000) Subject: kernel/modules: add kmod-crypto-gcm X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3744e12c5e060c4e7b9a944f3bd320f9944e4a5b;p=openwrt.git kernel/modules: add kmod-crypto-gcm Signed-off-by: Stijn Tintel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43838 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 9d69cce9d5..73f36beaa1 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -400,6 +400,18 @@ endef $(eval $(call KernelPackage,crypto-hmac)) +define KernelPackage/crypto-gcm + TITLE:=GCM/GMAC CryptoAPI module + DEPENDS:=+kmod-crypto-ctr +kmod-crypto-ghash +kmod-crypto-null + KCONFIG:=CONFIG_CRYPTO_GCM + FILES:=$(LINUX_DIR)/crypto/gcm.ko + AUTOLOAD:=$(call AutoLoad,09,gcm) + $(call AddDepends/crypto) +endef + +$(eval $(call KernelPackage,crypto-gcm)) + + define KernelPackage/crypto-gf128 TITLE:=GF(2^128) multiplication functions CryptoAPI module KCONFIG:=CONFIG_CRYPTO_GF128MUL