summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-08-19 21:51:26 -0700
committerDavid S. Miller <davem@davemloft.net>2012-08-20 15:08:50 -0700
commitb0331461aa1bf69bc898d9a501fcd396468dded5 (patch)
tree1616e255127e3a4ad8c2db074c097206c3799ed3 /crypto
parentda55eca513c1aaf2e2c965c8ff1b872d210a2b23 (diff)
downloadlinux-crypto-b0331461aa1bf69bc898d9a501fcd396468dded5.tar.gz
linux-crypto-b0331461aa1bf69bc898d9a501fcd396468dded5.zip
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 '')
-rw-r--r--crypto/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index e7ed12ab..4cb1ab04 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -354,6 +354,15 @@ config CRYPTO_MD5
help
MD5 message digest algorithm (RFC1321).
+config CRYPTO_MD5_SPARC64
+ tristate "MD5 digest algorithm (SPARC64)"
+ depends on SPARC64
+ select CRYPTO_MD5
+ select CRYPTO_HASH
+ help
+ MD5 message digest algorithm (RFC1321) implemented
+ using sparc64 crypto instructions, when available.
+
config CRYPTO_MICHAEL_MIC
tristate "Michael MIC keyed digest algorithm"
select CRYPTO_HASH