summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller2012-08-20 06:51:26 +0200
committerDavid S. Miller2012-08-21 00:08:50 +0200
commitfa4dfedcc23a589f953750de54eebf986336fa70 (patch)
treeccc5e857beeed7624bd8929bb9e51a1c37b54853 /crypto/Kconfig
parentsparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. (diff)
downloadkernel-qcow2-linux-fa4dfedcc23a589f953750de54eebf986336fa70.tar.gz
kernel-qcow2-linux-fa4dfedcc23a589f953750de54eebf986336fa70.tar.xz
kernel-qcow2-linux-fa4dfedcc23a589f953750de54eebf986336fa70.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 'crypto/Kconfig')
-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
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