linux/crypto: Add echainiv module provided by 4.4 kernels
This module is needed for IPsec ESP support, i.e.. Signed-off-by: André Valentin <avalentin@marcant.net> SVN-Revision: 48714
This commit is contained in:
parent
290534c7af
commit
4d434d6468
1 changed files with 12 additions and 0 deletions
|
@ -133,6 +133,18 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-iv))
|
$(eval $(call KernelPackage,crypto-iv))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/crypto-echainiv
|
||||||
|
TITLE:=Encrypted Chain IV Generator
|
||||||
|
KCONFIG:=CONFIG_CRYPTO_ECHAINIV
|
||||||
|
FILES:=$(LINUX_DIR)/crypto/echainiv.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,09,echainiv)
|
||||||
|
$(call AddDepends/crypto)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,crypto-echainiv))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/crypto-seqiv
|
define KernelPackage/crypto-seqiv
|
||||||
TITLE:=CryptoAPI Sequence Number IV Generator
|
TITLE:=CryptoAPI Sequence Number IV Generator
|
||||||
DEPENDS:=+kmod-crypto-aead +kmod-crypto-rng
|
DEPENDS:=+kmod-crypto-aead +kmod-crypto-rng
|
||||||
|
|
Loading…
Reference in a new issue