summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-21 23:35:53 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-21 23:35:53 -0700
commitfcde14075d7839bca1cbb01c8afb6221d25e0447 (patch)
tree89a93de3766b35abc0ce6414c0199877ff1b6bb7 /crypto
parent35a52a805863e7127f973574ed98f3a3b48ccd77 (diff)
[PATCH] s390: crypto api.
From: Martin Schwidefsky <schwidefsky@de.ibm.com> Add support for z990 crypto instructions to in-kernel crypto api.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 4b0925ea142b..d7c9d552fd8b 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -40,6 +40,12 @@ config CRYPTO_SHA1
help
SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
+config CRYPTO_SHA1_Z990
+ tristate "SHA1 digest algorithm for IBM zSeries z990"
+ depends on CRYPTO && ARCH_S390
+ help
+ SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
+
config CRYPTO_SHA256
tristate "SHA256 digest algorithm"
depends on CRYPTO
@@ -67,6 +73,12 @@ config CRYPTO_DES
help
DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
+config CRYPTO_DES_Z990
+ tristate "DES and Triple DES cipher algorithms for IBM zSeries z990"
+ depends on CRYPTO && ARCH_S390
+ help
+ DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
+
config CRYPTO_BLOWFISH
tristate "Blowfish cipher algorithm"
depends on CRYPTO