summaryrefslogtreecommitdiff
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2009-09-02 20:05:22 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2009-09-02 20:05:22 +1000
commit894b82d8e942b89338281a5a55c236aceb8364d8 (patch)
treef4b428c281472f644bc43abe9cc679bb55cc2c60 /crypto/Makefile
parentb25770efba07510642ab4f894411be106e19cd79 (diff)
downloadlinux-crypto-894b82d8e942b89338281a5a55c236aceb8364d8.tar.gz
linux-crypto-894b82d8e942b89338281a5a55c236aceb8364d8.zip
crypto: vmac - New hash algorithm for intel_txt support
This patch adds VMAC (a fast MAC) support into crypto framework. Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index c2ca721e..9e8f6190 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -32,6 +32,7 @@ cryptomgr-objs := algboss.o testmgr.o
obj-$(CONFIG_CRYPTO_MANAGER2) += cryptomgr.o
obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
+obj-$(CONFIG_CRYPTO_VMAC) += vmac.o
obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o
obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o
obj-$(CONFIG_CRYPTO_MD4) += md4.o