diff options
| author | Jan Glauber <jang@linux.vnet.ibm.com> | 2011-04-19 15:29:19 -0400 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-05-04 01:06:34 -0400 |
| commit | d393d9b8ca7f3296b50cb6fd0dc550ed6f72cdbc (patch) | |
| tree | 83662bad298204b83eef698ce76298015f227c86 /drivers/crypto/Kconfig | |
| parent | df1309ce955a490eac6697a41159b43e24d35995 (diff) | |
crypto: s390 - cleanup s390 Kconfig options
Cleanup the remaining s390 crypto options by mentioning the earliest machine
type that supports an accelerated algorithm.
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
| -rw-r--r-- | drivers/crypto/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index d459cc7894d9..dc601ff4bcfd 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
| @@ -91,6 +91,8 @@ config CRYPTO_SHA1_S390 | |||
| 91 | This is the s390 hardware accelerated implementation of the | 91 | This is the s390 hardware accelerated implementation of the |
| 92 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). | 92 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). |
| 93 | 93 | ||
| 94 | It is available as of z990. | ||
| 95 | |||
| 94 | config CRYPTO_SHA256_S390 | 96 | config CRYPTO_SHA256_S390 |
| 95 | tristate "SHA256 digest algorithm" | 97 | tristate "SHA256 digest algorithm" |
| 96 | depends on S390 | 98 | depends on S390 |
| @@ -99,8 +101,7 @@ config CRYPTO_SHA256_S390 | |||
| 99 | This is the s390 hardware accelerated implementation of the | 101 | This is the s390 hardware accelerated implementation of the |
| 100 | SHA256 secure hash standard (DFIPS 180-2). | 102 | SHA256 secure hash standard (DFIPS 180-2). |
| 101 | 103 | ||
| 102 | This version of SHA implements a 256 bit hash with 128 bits of | 104 | It is available as of z9. |
| 103 | security against collision attacks. | ||
| 104 | 105 | ||
| 105 | config CRYPTO_SHA512_S390 | 106 | config CRYPTO_SHA512_S390 |
| 106 | tristate "SHA384 and SHA512 digest algorithm" | 107 | tristate "SHA384 and SHA512 digest algorithm" |
| @@ -110,10 +111,7 @@ config CRYPTO_SHA512_S390 | |||
| 110 | This is the s390 hardware accelerated implementation of the | 111 | This is the s390 hardware accelerated implementation of the |
| 111 | SHA512 secure hash standard. | 112 | SHA512 secure hash standard. |
| 112 | 113 | ||
| 113 | This version of SHA implements a 512 bit hash with 256 bits of | 114 | It is available as of z10. |
| 114 | security against collision attacks. The code also includes SHA-384, | ||
| 115 | a 384 bit hash with 192 bits of security against collision attacks. | ||
| 116 | |||
| 117 | 115 | ||
| 118 | config CRYPTO_DES_S390 | 116 | config CRYPTO_DES_S390 |
| 119 | tristate "DES and Triple DES cipher algorithms" | 117 | tristate "DES and Triple DES cipher algorithms" |
| @@ -148,8 +146,10 @@ config S390_PRNG | |||
| 148 | Select this option if you want to use the s390 pseudo random number | 146 | Select this option if you want to use the s390 pseudo random number |
| 149 | generator. The PRNG is part of the cryptographic processor functions | 147 | generator. The PRNG is part of the cryptographic processor functions |
| 150 | and uses triple-DES to generate secure random numbers like the | 148 | and uses triple-DES to generate secure random numbers like the |
| 151 | ANSI X9.17 standard. The PRNG is usable via the char device | 149 | ANSI X9.17 standard. User-space programs access the |
| 152 | /dev/prandom. | 150 | pseudo-random-number device through the char device /dev/prandom. |
| 151 | |||
| 152 | It is available as of z9. | ||
| 153 | 153 | ||
| 154 | config CRYPTO_GHASH_S390 | 154 | config CRYPTO_GHASH_S390 |
| 155 | tristate "GHASH digest algorithm" | 155 | tristate "GHASH digest algorithm" |
