summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-24 21:11:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-24 21:11:50 +0200
commitc16ef3c165b961e8d934d15838ca49d0a8e4a8cc (patch)
tree97c9961cc3deb1a6b13e54a9a6f444b6d76ce128
parent23b4016d58410c30b0054e2c4ecd910a4817d313 (diff)
add XCBC kernel module
-rw-r--r--mk/modules.mk4
-rw-r--r--target/linux/config/Config.in.crypto9
2 files changed, 13 insertions, 0 deletions
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