blob: 9d3a44cf86378967d5e4cd0c5b5c937150837fc2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Cryptographic API Configuration
3#
4
5menu "Cryptographic options"
6
7config CRYPTO
8 bool "Cryptographic API"
9 help
10 This option provides the core Cryptographic API.
11
Herbert Xucce9e062006-08-21 21:08:13 +100012if CRYPTO
13
14config CRYPTO_ALGAPI
15 tristate
16 help
17 This option provides the API for cryptographic algorithms.
18
Herbert Xu5cde0af2006-08-22 00:07:53 +100019config CRYPTO_BLKCIPHER
20 tristate
21 select CRYPTO_ALGAPI
22
Herbert Xu055bcee2006-08-19 22:24:23 +100023config CRYPTO_HASH
24 tristate
25 select CRYPTO_ALGAPI
26
Herbert Xu2b8c19d2006-09-21 11:31:44 +100027config CRYPTO_MANAGER
28 tristate "Cryptographic algorithm manager"
29 select CRYPTO_ALGAPI
Herbert Xu2b8c19d2006-09-21 11:31:44 +100030 help
31 Create default cryptographic template instantiations such as
32 cbc(aes).
33
Linus Torvalds1da177e2005-04-16 15:20:36 -070034config CRYPTO_HMAC
Herbert Xu84251652006-08-20 15:25:22 +100035 tristate "HMAC support"
Herbert Xu0796ae02006-08-21 20:50:52 +100036 select CRYPTO_HASH
Herbert Xu43518402006-10-16 21:28:58 +100037 select CRYPTO_MANAGER
Linus Torvalds1da177e2005-04-16 15:20:36 -070038 help
39 HMAC: Keyed-Hashing for Message Authentication (RFC2104).
40 This is required for IPSec.
41
Kazunori MIYAZAWA333b0d72006-10-28 13:15:24 +100042config CRYPTO_XCBC
43 tristate "XCBC support"
44 depends on EXPERIMENTAL
45 select CRYPTO_HASH
46 select CRYPTO_MANAGER
47 help
48 XCBC: Keyed-Hashing with encryption algorithm
49 http://www.ietf.org/rfc/rfc3566.txt
50 http://csrc.nist.gov/encryption/modes/proposedmodes/
51 xcbc-mac/xcbc-mac-spec.pdf
52
Linus Torvalds1da177e2005-04-16 15:20:36 -070053config CRYPTO_NULL
54 tristate "Null algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +100055 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 help
57 These are 'Null' algorithms, used by IPsec, which do nothing.
58
59config CRYPTO_MD4
60 tristate "MD4 digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +100061 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 help
63 MD4 message digest algorithm (RFC1320).
64
65config CRYPTO_MD5
66 tristate "MD5 digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +100067 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 help
69 MD5 message digest algorithm (RFC1321).
70
71config CRYPTO_SHA1
72 tristate "SHA1 digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +100073 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 help
75 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
76
Jan Glauberc1e26e12006-01-06 00:19:17 -080077config CRYPTO_SHA1_S390
78 tristate "SHA1 digest algorithm (s390)"
Herbert Xucce9e062006-08-21 21:08:13 +100079 depends on S390
80 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 help
Jan Glauber0a497c172006-01-06 00:19:18 -080082 This is the s390 hardware accelerated implementation of the
Linus Torvalds1da177e2005-04-16 15:20:36 -070083 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
84
85config CRYPTO_SHA256
86 tristate "SHA256 digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +100087 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070088 help
89 SHA256 secure hash standard (DFIPS 180-2).
90
91 This version of SHA implements a 256 bit hash with 128 bits of
92 security against collision attacks.
93
Jan Glauber0a497c172006-01-06 00:19:18 -080094config CRYPTO_SHA256_S390
95 tristate "SHA256 digest algorithm (s390)"
Herbert Xucce9e062006-08-21 21:08:13 +100096 depends on S390
97 select CRYPTO_ALGAPI
Jan Glauber0a497c172006-01-06 00:19:18 -080098 help
99 This is the s390 hardware accelerated implementation of the
100 SHA256 secure hash standard (DFIPS 180-2).
101
102 This version of SHA implements a 256 bit hash with 128 bits of
103 security against collision attacks.
104
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105config CRYPTO_SHA512
106 tristate "SHA384 and SHA512 digest algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000107 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 help
109 SHA512 secure hash standard (DFIPS 180-2).
110
111 This version of SHA implements a 512 bit hash with 256 bits of
112 security against collision attacks.
113
114 This code also includes SHA-384, a 384 bit hash with 192 bits
115 of security against collision attacks.
116
117config CRYPTO_WP512
118 tristate "Whirlpool digest algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000119 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 help
121 Whirlpool hash algorithm 512, 384 and 256-bit hashes
122
123 Whirlpool-512 is part of the NESSIE cryptographic primitives.
124 Whirlpool will be part of the ISO/IEC 10118-3:2003(E) standard
125
126 See also:
127 <http://planeta.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html>
128
129config CRYPTO_TGR192
130 tristate "Tiger digest algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000131 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 help
133 Tiger hash algorithm 192, 160 and 128-bit hashes
134
135 Tiger is a hash function optimized for 64-bit processors while
136 still having decent performance on 32-bit processors.
137 Tiger was developed by Ross Anderson and Eli Biham.
138
139 See also:
140 <http://www.cs.technion.ac.il/~biham/Reports/Tiger/>.
141
Rik Snelc494e072006-11-29 18:59:44 +1100142config CRYPTO_GF128MUL
143 tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
144 depends on EXPERIMENTAL
145 help
146 Efficient table driven implementation of multiplications in the
147 field GF(2^128). This is needed by some cypher modes. This
148 option will be selected automatically if you select such a
149 cipher mode. Only select this option by hand if you expect to load
150 an external module that requires these functions.
151
Herbert Xudb131ef2006-09-21 11:44:08 +1000152config CRYPTO_ECB
153 tristate "ECB support"
154 select CRYPTO_BLKCIPHER
Herbert Xu43518402006-10-16 21:28:58 +1000155 select CRYPTO_MANAGER
Herbert Xudb131ef2006-09-21 11:44:08 +1000156 default m
157 help
158 ECB: Electronic CodeBook mode
159 This is the simplest block cipher algorithm. It simply encrypts
160 the input block by block.
161
162config CRYPTO_CBC
163 tristate "CBC support"
164 select CRYPTO_BLKCIPHER
Herbert Xu43518402006-10-16 21:28:58 +1000165 select CRYPTO_MANAGER
Herbert Xudb131ef2006-09-21 11:44:08 +1000166 default m
167 help
168 CBC: Cipher Block Chaining mode
169 This block cipher algorithm is required for IPSec.
170
David Howells91652be2006-12-16 12:09:02 +1100171config CRYPTO_PCBC
172 tristate "PCBC support"
173 select CRYPTO_BLKCIPHER
174 select CRYPTO_MANAGER
175 default m
176 help
177 PCBC: Propagating Cipher Block Chaining mode
178 This block cipher algorithm is required for RxRPC.
179
Rik Snel64470f12006-11-26 09:43:10 +1100180config CRYPTO_LRW
181 tristate "LRW support (EXPERIMENTAL)"
182 depends on EXPERIMENTAL
183 select CRYPTO_BLKCIPHER
184 select CRYPTO_MANAGER
185 select CRYPTO_GF128MUL
186 help
187 LRW: Liskov Rivest Wagner, a tweakable, non malleable, non movable
188 narrow block cipher mode for dm-crypt. Use it with cipher
189 specification string aes-lrw-benbi, the key must be 256, 320 or 384.
190 The first 128, 192 or 256 bits in the key are used for AES and the
191 rest is used to tie each cipher block to its logical position.
192
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193config CRYPTO_DES
194 tristate "DES and Triple DES EDE cipher algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000195 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 help
197 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
198
Jan Glauberc1e26e12006-01-06 00:19:17 -0800199config CRYPTO_DES_S390
200 tristate "DES and Triple DES cipher algorithms (s390)"
Herbert Xucce9e062006-08-21 21:08:13 +1000201 depends on S390
202 select CRYPTO_ALGAPI
Herbert Xua9e62fa2006-08-21 21:39:24 +1000203 select CRYPTO_BLKCIPHER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 help
205 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
206
207config CRYPTO_BLOWFISH
208 tristate "Blowfish cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000209 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210 help
211 Blowfish cipher algorithm, by Bruce Schneier.
212
213 This is a variable key length cipher which can use keys from 32
214 bits to 448 bits in length. It's fast, simple and specifically
215 designed for use on "large microprocessors".
216
217 See also:
218 <http://www.schneier.com/blowfish.html>
219
220config CRYPTO_TWOFISH
221 tristate "Twofish cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000222 select CRYPTO_ALGAPI
Joachim Fritschi2729bb42006-06-20 20:37:23 +1000223 select CRYPTO_TWOFISH_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 help
225 Twofish cipher algorithm.
226
227 Twofish was submitted as an AES (Advanced Encryption Standard)
228 candidate cipher by researchers at CounterPane Systems. It is a
229 16 round block cipher supporting key sizes of 128, 192, and 256
230 bits.
231
232 See also:
233 <http://www.schneier.com/twofish.html>
234
Joachim Fritschi2729bb42006-06-20 20:37:23 +1000235config CRYPTO_TWOFISH_COMMON
236 tristate
Joachim Fritschi2729bb42006-06-20 20:37:23 +1000237 help
238 Common parts of the Twofish cipher algorithm shared by the
239 generic c and the assembler implementations.
240
Joachim Fritschib9f535f2006-06-20 20:59:16 +1000241config CRYPTO_TWOFISH_586
242 tristate "Twofish cipher algorithms (i586)"
Herbert Xucce9e062006-08-21 21:08:13 +1000243 depends on (X86 || UML_X86) && !64BIT
244 select CRYPTO_ALGAPI
Joachim Fritschib9f535f2006-06-20 20:59:16 +1000245 select CRYPTO_TWOFISH_COMMON
246 help
247 Twofish cipher algorithm.
248
249 Twofish was submitted as an AES (Advanced Encryption Standard)
250 candidate cipher by researchers at CounterPane Systems. It is a
251 16 round block cipher supporting key sizes of 128, 192, and 256
252 bits.
253
254 See also:
255 <http://www.schneier.com/twofish.html>
256
Joachim Fritschieaf44082006-06-20 21:12:02 +1000257config CRYPTO_TWOFISH_X86_64
258 tristate "Twofish cipher algorithm (x86_64)"
Herbert Xucce9e062006-08-21 21:08:13 +1000259 depends on (X86 || UML_X86) && 64BIT
260 select CRYPTO_ALGAPI
Joachim Fritschieaf44082006-06-20 21:12:02 +1000261 select CRYPTO_TWOFISH_COMMON
262 help
263 Twofish cipher algorithm (x86_64).
264
265 Twofish was submitted as an AES (Advanced Encryption Standard)
266 candidate cipher by researchers at CounterPane Systems. It is a
267 16 round block cipher supporting key sizes of 128, 192, and 256
268 bits.
269
270 See also:
271 <http://www.schneier.com/twofish.html>
272
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273config CRYPTO_SERPENT
274 tristate "Serpent cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000275 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276 help
277 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
278
279 Keys are allowed to be from 0 to 256 bits in length, in steps
280 of 8 bits. Also includes the 'Tnepres' algorithm, a reversed
281 variant of Serpent for compatibility with old kerneli code.
282
283 See also:
284 <http://www.cl.cam.ac.uk/~rja14/serpent.html>
285
286config CRYPTO_AES
287 tristate "AES cipher algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000288 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 help
290 AES cipher algorithms (FIPS-197). AES uses the Rijndael
291 algorithm.
292
293 Rijndael appears to be consistently a very good performer in
294 both hardware and software across a wide range of computing
295 environments regardless of its use in feedback or non-feedback
296 modes. Its key setup time is excellent, and its key agility is
297 good. Rijndael's very low memory requirements make it very well
298 suited for restricted-space environments, in which it also
299 demonstrates excellent performance. Rijndael's operations are
300 among the easiest to defend against power and timing attacks.
301
302 The AES specifies three key sizes: 128, 192 and 256 bits
303
304 See <http://csrc.nist.gov/CryptoToolkit/aes/> for more information.
305
306config CRYPTO_AES_586
307 tristate "AES cipher algorithms (i586)"
Herbert Xucce9e062006-08-21 21:08:13 +1000308 depends on (X86 || UML_X86) && !64BIT
309 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 help
311 AES cipher algorithms (FIPS-197). AES uses the Rijndael
312 algorithm.
313
314 Rijndael appears to be consistently a very good performer in
315 both hardware and software across a wide range of computing
316 environments regardless of its use in feedback or non-feedback
317 modes. Its key setup time is excellent, and its key agility is
318 good. Rijndael's very low memory requirements make it very well
319 suited for restricted-space environments, in which it also
320 demonstrates excellent performance. Rijndael's operations are
321 among the easiest to defend against power and timing attacks.
322
323 The AES specifies three key sizes: 128, 192 and 256 bits
324
325 See <http://csrc.nist.gov/encryption/aes/> for more information.
326
Andreas Steinmetza2a892a2005-07-06 13:55:00 -0700327config CRYPTO_AES_X86_64
328 tristate "AES cipher algorithms (x86_64)"
Herbert Xucce9e062006-08-21 21:08:13 +1000329 depends on (X86 || UML_X86) && 64BIT
330 select CRYPTO_ALGAPI
Andreas Steinmetza2a892a2005-07-06 13:55:00 -0700331 help
332 AES cipher algorithms (FIPS-197). AES uses the Rijndael
333 algorithm.
334
335 Rijndael appears to be consistently a very good performer in
336 both hardware and software across a wide range of computing
337 environments regardless of its use in feedback or non-feedback
338 modes. Its key setup time is excellent, and its key agility is
339 good. Rijndael's very low memory requirements make it very well
340 suited for restricted-space environments, in which it also
341 demonstrates excellent performance. Rijndael's operations are
342 among the easiest to defend against power and timing attacks.
343
344 The AES specifies three key sizes: 128, 192 and 256 bits
345
346 See <http://csrc.nist.gov/encryption/aes/> for more information.
347
Jan Glauberbf754ae2006-01-06 00:19:18 -0800348config CRYPTO_AES_S390
349 tristate "AES cipher algorithms (s390)"
Herbert Xucce9e062006-08-21 21:08:13 +1000350 depends on S390
351 select CRYPTO_ALGAPI
Herbert Xua9e62fa2006-08-21 21:39:24 +1000352 select CRYPTO_BLKCIPHER
Jan Glauberbf754ae2006-01-06 00:19:18 -0800353 help
354 This is the s390 hardware accelerated implementation of the
355 AES cipher algorithms (FIPS-197). AES uses the Rijndael
356 algorithm.
357
358 Rijndael appears to be consistently a very good performer in
359 both hardware and software across a wide range of computing
360 environments regardless of its use in feedback or non-feedback
361 modes. Its key setup time is excellent, and its key agility is
362 good. Rijndael's very low memory requirements make it very well
363 suited for restricted-space environments, in which it also
364 demonstrates excellent performance. Rijndael's operations are
365 among the easiest to defend against power and timing attacks.
366
367 On s390 the System z9-109 currently only supports the key size
368 of 128 bit.
369
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370config CRYPTO_CAST5
371 tristate "CAST5 (CAST-128) cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000372 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373 help
374 The CAST5 encryption algorithm (synonymous with CAST-128) is
375 described in RFC2144.
376
377config CRYPTO_CAST6
378 tristate "CAST6 (CAST-256) cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000379 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 help
381 The CAST6 encryption algorithm (synonymous with CAST-256) is
382 described in RFC2612.
383
384config CRYPTO_TEA
Aaron Grothefb4f10e2005-09-01 17:42:46 -0700385 tristate "TEA, XTEA and XETA cipher algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000386 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 help
388 TEA cipher algorithm.
389
390 Tiny Encryption Algorithm is a simple cipher that uses
391 many rounds for security. It is very fast and uses
392 little memory.
393
394 Xtendend Tiny Encryption Algorithm is a modification to
395 the TEA algorithm to address a potential key weakness
396 in the TEA algorithm.
397
Aaron Grothefb4f10e2005-09-01 17:42:46 -0700398 Xtendend Encryption Tiny Algorithm is a mis-implementation
399 of the XTEA algorithm for compatibility purposes.
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401config CRYPTO_ARC4
402 tristate "ARC4 cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000403 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 help
405 ARC4 cipher algorithm.
406
407 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
408 bits in length. This algorithm is required for driver-based
409 WEP, but it should not be for other purposes because of the
410 weakness of the algorithm.
411
412config CRYPTO_KHAZAD
413 tristate "Khazad cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000414 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 help
416 Khazad cipher algorithm.
417
418 Khazad was a finalist in the initial NESSIE competition. It is
419 an algorithm optimized for 64-bit processors with good performance
420 on 32-bit processors. Khazad uses an 128 bit key size.
421
422 See also:
423 <http://planeta.terra.com.br/informatica/paulobarreto/KhazadPage.html>
424
425config CRYPTO_ANUBIS
426 tristate "Anubis cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000427 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428 help
429 Anubis cipher algorithm.
430
431 Anubis is a variable key length cipher which can use keys from
432 128 bits to 320 bits in length. It was evaluated as a entrant
433 in the NESSIE competition.
434
435 See also:
436 <https://www.cosic.esat.kuleuven.ac.be/nessie/reports/>
437 <http://planeta.terra.com.br/informatica/paulobarreto/AnubisPage.html>
438
439
440config CRYPTO_DEFLATE
441 tristate "Deflate compression algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000442 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443 select ZLIB_INFLATE
444 select ZLIB_DEFLATE
445 help
446 This is the Deflate algorithm (RFC1951), specified for use in
447 IPSec with the IPCOMP protocol (RFC3173, RFC2394).
448
449 You will most probably want this if using IPSec.
450
451config CRYPTO_MICHAEL_MIC
452 tristate "Michael MIC keyed digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000453 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 help
455 Michael MIC is used for message integrity protection in TKIP
456 (IEEE 802.11i). This algorithm is required for TKIP, but it
457 should not be used for other purposes because of the weakness
458 of the algorithm.
459
460config CRYPTO_CRC32C
461 tristate "CRC32c CRC algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000462 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 select LIBCRC32C
464 help
465 Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used
466 by iSCSI for header and data digests and by others.
467 See Castagnoli93. This implementation uses lib/libcrc32c.
468 Module will be crc32c.
469
470config CRYPTO_TEST
471 tristate "Testing module"
Herbert Xucce9e062006-08-21 21:08:13 +1000472 depends on m
473 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 help
475 Quick & dirty crypto test module.
476
477source "drivers/crypto/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478
Herbert Xucce9e062006-08-21 21:08:13 +1000479endif # if CRYPTO
480
481endmenu