aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-08-20 00:51:26 -0400
committerDavid S. Miller <davem@davemloft.net>2012-08-20 18:08:50 -0400
commitfa4dfedcc23a589f953750de54eebf986336fa70 (patch)
treeccc5e857beeed7624bd8929bb9e51a1c37b54853 /crypto
parent775e0c69987a76d08900edbca857425f952c60fb (diff)
sparc64: Add MD5 driver making use of the 'md5' instruction.
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index e7ed12abc875..4cb1ab04168f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -354,6 +354,15 @@ config CRYPTO_MD5
354 help 354 help
355 MD5 message digest algorithm (RFC1321). 355 MD5 message digest algorithm (RFC1321).
356 356
357config CRYPTO_MD5_SPARC64
358 tristate "MD5 digest algorithm (SPARC64)"
359 depends on SPARC64
360 select CRYPTO_MD5
361 select CRYPTO_HASH
362 help
363 MD5 message digest algorithm (RFC1321) implemented
364 using sparc64 crypto instructions, when available.
365
357config CRYPTO_MICHAEL_MIC 366config CRYPTO_MICHAEL_MIC
358 tristate "Michael MIC keyed digest algorithm" 367 tristate "Michael MIC keyed digest algorithm"
359 select CRYPTO_HASH 368 select CRYPTO_HASH