|
|
@@ -81,6 +81,18 @@ endef
|
|
|
$(eval $(call KernelPackage,crypto-authenc))
|
|
|
|
|
|
|
|
|
+define KernelPackage/crypto-blake2b
|
|
|
+ TITLE:=Support for BLAKE2b cryptographic hash function (RFC 7693)
|
|
|
+ DEPENDS:=+kmod-crypto-hash
|
|
|
+ KCONFIG:=CONFIG_CRYPTO_BLAKE2B
|
|
|
+ FILES:=$(LINUX_DIR)/crypto/blake2b_generic.ko
|
|
|
+ AUTOLOAD:=$(call AutoLoad,09,blake2b_generic)
|
|
|
+ $(call AddDepends/crypto)
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,crypto-blake2b))
|
|
|
+
|
|
|
+
|
|
|
define KernelPackage/crypto-cbc
|
|
|
TITLE:=Cipher Block Chaining CryptoAPI module
|
|
|
DEPENDS:=+kmod-crypto-manager
|