kernel/modules: add kmod-crypto-gf128
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43835
This commit is contained in:
parent
31f29bf624
commit
4c4c51af2d
1 changed files with 11 additions and 0 deletions
|
@ -400,6 +400,17 @@ endef
|
||||||
$(eval $(call KernelPackage,crypto-hmac))
|
$(eval $(call KernelPackage,crypto-hmac))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/crypto-gf128
|
||||||
|
TITLE:=GF(2^128) multiplication functions CryptoAPI module
|
||||||
|
KCONFIG:=CONFIG_CRYPTO_GF128MUL
|
||||||
|
FILES:=$(LINUX_DIR)/crypto/gf128mul.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,09,gf128mul)
|
||||||
|
$(call AddDepends/crypto)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,crypto-gf128))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/crypto-md4
|
define KernelPackage/crypto-md4
|
||||||
TITLE:=MD4 digest CryptoAPI module
|
TITLE:=MD4 digest CryptoAPI module
|
||||||
DEPENDS:=+kmod-crypto-hash
|
DEPENDS:=+kmod-crypto-hash
|
||||||
|
|
Loading…
Reference in a new issue