From c16ef3c165b961e8d934d15838ca49d0a8e4a8cc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Jul 2010 21:11:50 +0200 Subject: add XCBC kernel module --- mk/modules.mk | 4 ++++ target/linux/config/Config.in.crypto | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/mk/modules.mk b/mk/modules.mk index 49233d6cb..b007fa3a5 100644 --- a/mk/modules.mk +++ b/mk/modules.mk @@ -786,6 +786,10 @@ $(eval $(call KMOD_template,CRYPTO_HMAC,crypto-hmac,\ $(MODULES_DIR)/kernel/crypto/hmac \ ,11)) +$(eval $(call KMOD_template,CRYPTO_XCBC,crypto-xcbc,\ + $(MODULES_DIR)/kernel/crypto/xcbc \ +,11)) + $(eval $(call KMOD_template,CRYPTO_NULL,crypto-null,\ $(MODULES_DIR)/kernel/crypto/crypto_null \ ,11)) diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto index b9d73aac2..7ce887915 100644 --- a/target/linux/config/Config.in.crypto +++ b/target/linux/config/Config.in.crypto @@ -217,6 +217,15 @@ config ADK_KPACKAGE_KMOD_CRYPTO_HMAC HMAC: Keyed-Hashing for Message Authentication (RFC2104). This is required for IPSec. +config ADK_KPACKAGE_KMOD_CRYPTO_XCBC + prompt "kmod-crypto-xcbc..................... XCBC support" + tristate + default n + select ADK_KPACKAGE_KMOD_CRYPTO_HASH + select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER + help + XCBC: Keyed-Hashing with encryption algorithm + config ADK_KPACKAGE_KMOD_CRYPTO_RNG2 prompt "kmod-crypto-rng...................... RNG support" tristate -- cgit v1.2.3