kernel/modules: add kmod-crypto-ctr
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43834
This commit is contained in:
parent
fa87af30da
commit
31f29bf624
1 changed files with 11 additions and 0 deletions
|
@ -303,6 +303,17 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-cbc))
|
$(eval $(call KernelPackage,crypto-cbc))
|
||||||
|
|
||||||
|
define KernelPackage/crypto-ctr
|
||||||
|
TITLE:=Counter Mode CryptoAPI module
|
||||||
|
DEPENDS:=+kmod-crypto-manager +kmod-crypto-seqiv
|
||||||
|
KCONFIG:=CONFIG_CRYPTO_CTR
|
||||||
|
FILES:=$(LINUX_DIR)/crypto/ctr.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,09,ctr)
|
||||||
|
$(call AddDepends/crypto)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,crypto-ctr))
|
||||||
|
|
||||||
define KernelPackage/crypto-pcbc
|
define KernelPackage/crypto-pcbc
|
||||||
TITLE:=Propagating Cipher Block Chaining CryptoAPI module
|
TITLE:=Propagating Cipher Block Chaining CryptoAPI module
|
||||||
DEPENDS:=+kmod-crypto-manager
|
DEPENDS:=+kmod-crypto-manager
|
||||||
|
|
Loading…
Reference in a new issue