diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index dc20a34ba5ef..8dde4fcf99c9 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -102,6 +102,7 @@ config CRYPTO_NULL | |||
102 | tristate "Null algorithms" | 102 | tristate "Null algorithms" |
103 | select CRYPTO_ALGAPI | 103 | select CRYPTO_ALGAPI |
104 | select CRYPTO_BLKCIPHER | 104 | select CRYPTO_BLKCIPHER |
105 | select CRYPTO_HASH | ||
105 | help | 106 | help |
106 | These are 'Null' algorithms, used by IPsec, which do nothing. | 107 | These are 'Null' algorithms, used by IPsec, which do nothing. |
107 | 108 | ||
@@ -256,12 +257,10 @@ comment "Digest" | |||
256 | config CRYPTO_CRC32C | 257 | config CRYPTO_CRC32C |
257 | tristate "CRC32c CRC algorithm" | 258 | tristate "CRC32c CRC algorithm" |
258 | select CRYPTO_HASH | 259 | select CRYPTO_HASH |
259 | select LIBCRC32C | ||
260 | help | 260 | help |
261 | Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used | 261 | Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used |
262 | by iSCSI for header and data digests and by others. | 262 | by iSCSI for header and data digests and by others. |
263 | See Castagnoli93. This implementation uses lib/libcrc32c. | 263 | See Castagnoli93. Module will be crc32c. |
264 | Module will be crc32c. | ||
265 | 264 | ||
266 | config CRYPTO_CRC32C_INTEL | 265 | config CRYPTO_CRC32C_INTEL |
267 | tristate "CRC32c INTEL hardware acceleration" | 266 | tristate "CRC32c INTEL hardware acceleration" |
@@ -277,19 +276,19 @@ config CRYPTO_CRC32C_INTEL | |||
277 | 276 | ||
278 | config CRYPTO_MD4 | 277 | config CRYPTO_MD4 |
279 | tristate "MD4 digest algorithm" | 278 | tristate "MD4 digest algorithm" |
280 | select CRYPTO_ALGAPI | 279 | select CRYPTO_HASH |
281 | help | 280 | help |
282 | MD4 message digest algorithm (RFC1320). | 281 | MD4 message digest algorithm (RFC1320). |
283 | 282 | ||
284 | config CRYPTO_MD5 | 283 | config CRYPTO_MD5 |
285 | tristate "MD5 digest algorithm" | 284 | tristate "MD5 digest algorithm" |
286 | select CRYPTO_ALGAPI | 285 | select CRYPTO_HASH |
287 | help | 286 | help |
288 | MD5 message digest algorithm (RFC1321). | 287 | MD5 message digest algorithm (RFC1321). |
289 | 288 | ||
290 | config CRYPTO_MICHAEL_MIC | 289 | config CRYPTO_MICHAEL_MIC |
291 | tristate "Michael MIC keyed digest algorithm" | 290 | tristate "Michael MIC keyed digest algorithm" |
292 | select CRYPTO_ALGAPI | 291 | select CRYPTO_HASH |
293 | help | 292 | help |
294 | Michael MIC is used for message integrity protection in TKIP | 293 | Michael MIC is used for message integrity protection in TKIP |
295 | (IEEE 802.11i). This algorithm is required for TKIP, but it | 294 | (IEEE 802.11i). This algorithm is required for TKIP, but it |
@@ -298,7 +297,7 @@ config CRYPTO_MICHAEL_MIC | |||
298 | 297 | ||
299 | config CRYPTO_RMD128 | 298 | config CRYPTO_RMD128 |
300 | tristate "RIPEMD-128 digest algorithm" | 299 | tristate "RIPEMD-128 digest algorithm" |
301 | select CRYPTO_ALGAPI | 300 | select CRYPTO_HASH |
302 | help | 301 | help |
303 | RIPEMD-128 (ISO/IEC 10118-3:2004). | 302 | RIPEMD-128 (ISO/IEC 10118-3:2004). |
304 | 303 | ||
@@ -311,7 +310,7 @@ config CRYPTO_RMD128 | |||
311 | 310 | ||
312 | config CRYPTO_RMD160 | 311 | config CRYPTO_RMD160 |
313 | tristate "RIPEMD-160 digest algorithm" | 312 | tristate "RIPEMD-160 digest algorithm" |
314 | select CRYPTO_ALGAPI | 313 | select CRYPTO_HASH |
315 | help | 314 | help |
316 | RIPEMD-160 (ISO/IEC 10118-3:2004). | 315 | RIPEMD-160 (ISO/IEC 10118-3:2004). |
317 | 316 | ||
@@ -328,7 +327,7 @@ config CRYPTO_RMD160 | |||
328 | 327 | ||
329 | config CRYPTO_RMD256 | 328 | config CRYPTO_RMD256 |
330 | tristate "RIPEMD-256 digest algorithm" | 329 | tristate "RIPEMD-256 digest algorithm" |
331 | select CRYPTO_ALGAPI | 330 | select CRYPTO_HASH |
332 | help | 331 | help |
333 | RIPEMD-256 is an optional extension of RIPEMD-128 with a | 332 | RIPEMD-256 is an optional extension of RIPEMD-128 with a |
334 | 256 bit hash. It is intended for applications that require | 333 | 256 bit hash. It is intended for applications that require |
@@ -340,7 +339,7 @@ config CRYPTO_RMD256 | |||
340 | 339 | ||
341 | config CRYPTO_RMD320 | 340 | config CRYPTO_RMD320 |
342 | tristate "RIPEMD-320 digest algorithm" | 341 | tristate "RIPEMD-320 digest algorithm" |
343 | select CRYPTO_ALGAPI | 342 | select CRYPTO_HASH |
344 | help | 343 | help |
345 | RIPEMD-320 is an optional extension of RIPEMD-160 with a | 344 | RIPEMD-320 is an optional extension of RIPEMD-160 with a |
346 | 320 bit hash. It is intended for applications that require | 345 | 320 bit hash. It is intended for applications that require |
@@ -352,13 +351,13 @@ config CRYPTO_RMD320 | |||
352 | 351 | ||
353 | config CRYPTO_SHA1 | 352 | config CRYPTO_SHA1 |
354 | tristate "SHA1 digest algorithm" | 353 | tristate "SHA1 digest algorithm" |
355 | select CRYPTO_ALGAPI | 354 | select CRYPTO_HASH |
356 | help | 355 | help |
357 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). | 356 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). |
358 | 357 | ||
359 | config CRYPTO_SHA256 | 358 | config CRYPTO_SHA256 |
360 | tristate "SHA224 and SHA256 digest algorithm" | 359 | tristate "SHA224 and SHA256 digest algorithm" |
361 | select CRYPTO_ALGAPI | 360 | select CRYPTO_HASH |
362 | help | 361 | help |
363 | SHA256 secure hash standard (DFIPS 180-2). | 362 | SHA256 secure hash standard (DFIPS 180-2). |
364 | 363 | ||
@@ -370,7 +369,7 @@ config CRYPTO_SHA256 | |||
370 | 369 | ||
371 | config CRYPTO_SHA512 | 370 | config CRYPTO_SHA512 |
372 | tristate "SHA384 and SHA512 digest algorithms" | 371 | tristate "SHA384 and SHA512 digest algorithms" |
373 | select CRYPTO_ALGAPI | 372 | select CRYPTO_HASH |
374 | help | 373 | help |
375 | SHA512 secure hash standard (DFIPS 180-2). | 374 | SHA512 secure hash standard (DFIPS 180-2). |
376 | 375 | ||
@@ -382,7 +381,7 @@ config CRYPTO_SHA512 | |||
382 | 381 | ||
383 | config CRYPTO_TGR192 | 382 | config CRYPTO_TGR192 |
384 | tristate "Tiger digest algorithms" | 383 | tristate "Tiger digest algorithms" |
385 | select CRYPTO_ALGAPI | 384 | select CRYPTO_HASH |
386 | help | 385 | help |
387 | Tiger hash algorithm 192, 160 and 128-bit hashes | 386 | Tiger hash algorithm 192, 160 and 128-bit hashes |
388 | 387 | ||
@@ -395,7 +394,7 @@ config CRYPTO_TGR192 | |||
395 | 394 | ||
396 | config CRYPTO_WP512 | 395 | config CRYPTO_WP512 |
397 | tristate "Whirlpool digest algorithms" | 396 | tristate "Whirlpool digest algorithms" |
398 | select CRYPTO_ALGAPI | 397 | select CRYPTO_HASH |
399 | help | 398 | help |
400 | Whirlpool hash algorithm 512, 384 and 256-bit hashes | 399 | Whirlpool hash algorithm 512, 384 and 256-bit hashes |
401 | 400 | ||