aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2009-08-06 15:32:38 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2009-08-06 15:32:38 +1000
commit2cdc6899a88e2b9c6cb82ebd547bf58932d534df (patch)
tree37b4c093970fe8f5288cef9150f9d03b26c3b92b /crypto/Makefile
parentcrypto: authenc - Convert to ahash (diff)
downloadlinux-dev-2cdc6899a88e2b9c6cb82ebd547bf58932d534df.tar.xz
linux-dev-2cdc6899a88e2b9c6cb82ebd547bf58932d534df.zip
crypto: ghash - Add GHASH digest algorithm for GCM
GHASH is implemented as a shash algorithm. The actual implementation is copied from gcm.c. This makes it possible to add architecture/hardware accelerated GHASH implementation. Signed-off-by: Huang Ying <ying.huang@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 3c961b4d8046..c2ca721eea9d 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -82,6 +82,7 @@ obj-$(CONFIG_CRYPTO_RNG2) += rng.o
obj-$(CONFIG_CRYPTO_RNG2) += krng.o
obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o
obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
+obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
#
# generic algorithms and the async_tx api