blob: a20a3f14d32448ec309eb2f5085098a5310e9c32 [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 Xub5b7f082007-04-16 20:48:54 +100019config CRYPTO_ABLKCIPHER
20 tristate
21 select CRYPTO_BLKCIPHER
22
Herbert Xu5cde0af2006-08-22 00:07:53 +100023config CRYPTO_BLKCIPHER
24 tristate
25 select CRYPTO_ALGAPI
26
Herbert Xu055bcee2006-08-19 22:24:23 +100027config CRYPTO_HASH
28 tristate
29 select CRYPTO_ALGAPI
30
Herbert Xu2b8c19d2006-09-21 11:31:44 +100031config CRYPTO_MANAGER
32 tristate "Cryptographic algorithm manager"
33 select CRYPTO_ALGAPI
Herbert Xu2b8c19d2006-09-21 11:31:44 +100034 help
35 Create default cryptographic template instantiations such as
36 cbc(aes).
37
Linus Torvalds1da177e2005-04-16 15:20:36 -070038config CRYPTO_HMAC
Herbert Xu84251652006-08-20 15:25:22 +100039 tristate "HMAC support"
Herbert Xu0796ae02006-08-21 20:50:52 +100040 select CRYPTO_HASH
Herbert Xu43518402006-10-16 21:28:58 +100041 select CRYPTO_MANAGER
Linus Torvalds1da177e2005-04-16 15:20:36 -070042 help
43 HMAC: Keyed-Hashing for Message Authentication (RFC2104).
44 This is required for IPSec.
45
Kazunori MIYAZAWA333b0d72006-10-28 13:15:24 +100046config CRYPTO_XCBC
47 tristate "XCBC support"
48 depends on EXPERIMENTAL
49 select CRYPTO_HASH
50 select CRYPTO_MANAGER
51 help
52 XCBC: Keyed-Hashing with encryption algorithm
53 http://www.ietf.org/rfc/rfc3566.txt
54 http://csrc.nist.gov/encryption/modes/proposedmodes/
55 xcbc-mac/xcbc-mac-spec.pdf
56
Linus Torvalds1da177e2005-04-16 15:20:36 -070057config CRYPTO_NULL
58 tristate "Null algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +100059 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 help
61 These are 'Null' algorithms, used by IPsec, which do nothing.
62
63config CRYPTO_MD4
64 tristate "MD4 digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +100065 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 help
67 MD4 message digest algorithm (RFC1320).
68
69config CRYPTO_MD5
70 tristate "MD5 digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +100071 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 help
73 MD5 message digest algorithm (RFC1321).
74
75config CRYPTO_SHA1
76 tristate "SHA1 digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +100077 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 help
79 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
80
Linus Torvalds1da177e2005-04-16 15:20:36 -070081config CRYPTO_SHA256
82 tristate "SHA256 digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +100083 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 help
85 SHA256 secure hash standard (DFIPS 180-2).
86
87 This version of SHA implements a 256 bit hash with 128 bits of
88 security against collision attacks.
89
90config CRYPTO_SHA512
91 tristate "SHA384 and SHA512 digest algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +100092 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070093 help
94 SHA512 secure hash standard (DFIPS 180-2).
95
96 This version of SHA implements a 512 bit hash with 256 bits of
97 security against collision attacks.
98
99 This code also includes SHA-384, a 384 bit hash with 192 bits
100 of security against collision attacks.
101
102config CRYPTO_WP512
103 tristate "Whirlpool digest algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000104 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105 help
106 Whirlpool hash algorithm 512, 384 and 256-bit hashes
107
108 Whirlpool-512 is part of the NESSIE cryptographic primitives.
109 Whirlpool will be part of the ISO/IEC 10118-3:2003(E) standard
110
111 See also:
112 <http://planeta.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html>
113
114config CRYPTO_TGR192
115 tristate "Tiger digest algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000116 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117 help
118 Tiger hash algorithm 192, 160 and 128-bit hashes
119
120 Tiger is a hash function optimized for 64-bit processors while
121 still having decent performance on 32-bit processors.
122 Tiger was developed by Ross Anderson and Eli Biham.
123
124 See also:
125 <http://www.cs.technion.ac.il/~biham/Reports/Tiger/>.
126
Rik Snelc494e072006-11-29 18:59:44 +1100127config CRYPTO_GF128MUL
128 tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
129 depends on EXPERIMENTAL
130 help
131 Efficient table driven implementation of multiplications in the
132 field GF(2^128). This is needed by some cypher modes. This
133 option will be selected automatically if you select such a
134 cipher mode. Only select this option by hand if you expect to load
135 an external module that requires these functions.
136
Herbert Xudb131ef2006-09-21 11:44:08 +1000137config CRYPTO_ECB
138 tristate "ECB support"
139 select CRYPTO_BLKCIPHER
Herbert Xu43518402006-10-16 21:28:58 +1000140 select CRYPTO_MANAGER
Herbert Xudb131ef2006-09-21 11:44:08 +1000141 default m
142 help
143 ECB: Electronic CodeBook mode
144 This is the simplest block cipher algorithm. It simply encrypts
145 the input block by block.
146
147config CRYPTO_CBC
148 tristate "CBC support"
149 select CRYPTO_BLKCIPHER
Herbert Xu43518402006-10-16 21:28:58 +1000150 select CRYPTO_MANAGER
Herbert Xudb131ef2006-09-21 11:44:08 +1000151 default m
152 help
153 CBC: Cipher Block Chaining mode
154 This block cipher algorithm is required for IPSec.
155
David Howells91652be2006-12-16 12:09:02 +1100156config CRYPTO_PCBC
157 tristate "PCBC support"
158 select CRYPTO_BLKCIPHER
159 select CRYPTO_MANAGER
160 default m
161 help
162 PCBC: Propagating Cipher Block Chaining mode
163 This block cipher algorithm is required for RxRPC.
164
Rik Snel64470f12006-11-26 09:43:10 +1100165config CRYPTO_LRW
166 tristate "LRW support (EXPERIMENTAL)"
167 depends on EXPERIMENTAL
168 select CRYPTO_BLKCIPHER
169 select CRYPTO_MANAGER
170 select CRYPTO_GF128MUL
171 help
172 LRW: Liskov Rivest Wagner, a tweakable, non malleable, non movable
173 narrow block cipher mode for dm-crypt. Use it with cipher
174 specification string aes-lrw-benbi, the key must be 256, 320 or 384.
175 The first 128, 192 or 256 bits in the key are used for AES and the
176 rest is used to tie each cipher block to its logical position.
177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178config CRYPTO_DES
179 tristate "DES and Triple DES EDE cipher algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000180 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181 help
182 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
183
David Howells90831632006-12-16 12:13:14 +1100184config CRYPTO_FCRYPT
185 tristate "FCrypt cipher algorithm"
186 select CRYPTO_ALGAPI
187 select CRYPTO_BLKCIPHER
188 help
189 FCrypt algorithm used by RxRPC.
190
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191config CRYPTO_BLOWFISH
192 tristate "Blowfish cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000193 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194 help
195 Blowfish cipher algorithm, by Bruce Schneier.
196
197 This is a variable key length cipher which can use keys from 32
198 bits to 448 bits in length. It's fast, simple and specifically
199 designed for use on "large microprocessors".
200
201 See also:
202 <http://www.schneier.com/blowfish.html>
203
204config CRYPTO_TWOFISH
205 tristate "Twofish cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000206 select CRYPTO_ALGAPI
Joachim Fritschi2729bb42006-06-20 20:37:23 +1000207 select CRYPTO_TWOFISH_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 help
209 Twofish cipher algorithm.
210
211 Twofish was submitted as an AES (Advanced Encryption Standard)
212 candidate cipher by researchers at CounterPane Systems. It is a
213 16 round block cipher supporting key sizes of 128, 192, and 256
214 bits.
215
216 See also:
217 <http://www.schneier.com/twofish.html>
218
Joachim Fritschi2729bb42006-06-20 20:37:23 +1000219config CRYPTO_TWOFISH_COMMON
220 tristate
Joachim Fritschi2729bb42006-06-20 20:37:23 +1000221 help
222 Common parts of the Twofish cipher algorithm shared by the
223 generic c and the assembler implementations.
224
Joachim Fritschib9f535f2006-06-20 20:59:16 +1000225config CRYPTO_TWOFISH_586
226 tristate "Twofish cipher algorithms (i586)"
Herbert Xucce9e062006-08-21 21:08:13 +1000227 depends on (X86 || UML_X86) && !64BIT
228 select CRYPTO_ALGAPI
Joachim Fritschib9f535f2006-06-20 20:59:16 +1000229 select CRYPTO_TWOFISH_COMMON
230 help
231 Twofish cipher algorithm.
232
233 Twofish was submitted as an AES (Advanced Encryption Standard)
234 candidate cipher by researchers at CounterPane Systems. It is a
235 16 round block cipher supporting key sizes of 128, 192, and 256
236 bits.
237
238 See also:
239 <http://www.schneier.com/twofish.html>
240
Joachim Fritschieaf44082006-06-20 21:12:02 +1000241config CRYPTO_TWOFISH_X86_64
242 tristate "Twofish cipher algorithm (x86_64)"
Herbert Xucce9e062006-08-21 21:08:13 +1000243 depends on (X86 || UML_X86) && 64BIT
244 select CRYPTO_ALGAPI
Joachim Fritschieaf44082006-06-20 21:12:02 +1000245 select CRYPTO_TWOFISH_COMMON
246 help
247 Twofish cipher algorithm (x86_64).
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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257config CRYPTO_SERPENT
258 tristate "Serpent cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000259 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 help
261 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
262
263 Keys are allowed to be from 0 to 256 bits in length, in steps
264 of 8 bits. Also includes the 'Tnepres' algorithm, a reversed
265 variant of Serpent for compatibility with old kerneli code.
266
267 See also:
268 <http://www.cl.cam.ac.uk/~rja14/serpent.html>
269
270config CRYPTO_AES
271 tristate "AES cipher algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000272 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 help
274 AES cipher algorithms (FIPS-197). AES uses the Rijndael
275 algorithm.
276
277 Rijndael appears to be consistently a very good performer in
278 both hardware and software across a wide range of computing
279 environments regardless of its use in feedback or non-feedback
280 modes. Its key setup time is excellent, and its key agility is
281 good. Rijndael's very low memory requirements make it very well
282 suited for restricted-space environments, in which it also
283 demonstrates excellent performance. Rijndael's operations are
284 among the easiest to defend against power and timing attacks.
285
286 The AES specifies three key sizes: 128, 192 and 256 bits
287
288 See <http://csrc.nist.gov/CryptoToolkit/aes/> for more information.
289
290config CRYPTO_AES_586
291 tristate "AES cipher algorithms (i586)"
Herbert Xucce9e062006-08-21 21:08:13 +1000292 depends on (X86 || UML_X86) && !64BIT
293 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 help
295 AES cipher algorithms (FIPS-197). AES uses the Rijndael
296 algorithm.
297
298 Rijndael appears to be consistently a very good performer in
299 both hardware and software across a wide range of computing
300 environments regardless of its use in feedback or non-feedback
301 modes. Its key setup time is excellent, and its key agility is
302 good. Rijndael's very low memory requirements make it very well
303 suited for restricted-space environments, in which it also
304 demonstrates excellent performance. Rijndael's operations are
305 among the easiest to defend against power and timing attacks.
306
307 The AES specifies three key sizes: 128, 192 and 256 bits
308
309 See <http://csrc.nist.gov/encryption/aes/> for more information.
310
Andreas Steinmetza2a892a2005-07-06 13:55:00 -0700311config CRYPTO_AES_X86_64
312 tristate "AES cipher algorithms (x86_64)"
Herbert Xucce9e062006-08-21 21:08:13 +1000313 depends on (X86 || UML_X86) && 64BIT
314 select CRYPTO_ALGAPI
Andreas Steinmetza2a892a2005-07-06 13:55:00 -0700315 help
316 AES cipher algorithms (FIPS-197). AES uses the Rijndael
317 algorithm.
318
319 Rijndael appears to be consistently a very good performer in
320 both hardware and software across a wide range of computing
321 environments regardless of its use in feedback or non-feedback
322 modes. Its key setup time is excellent, and its key agility is
323 good. Rijndael's very low memory requirements make it very well
324 suited for restricted-space environments, in which it also
325 demonstrates excellent performance. Rijndael's operations are
326 among the easiest to defend against power and timing attacks.
327
328 The AES specifies three key sizes: 128, 192 and 256 bits
329
330 See <http://csrc.nist.gov/encryption/aes/> for more information.
331
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332config CRYPTO_CAST5
333 tristate "CAST5 (CAST-128) cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000334 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 help
336 The CAST5 encryption algorithm (synonymous with CAST-128) is
337 described in RFC2144.
338
339config CRYPTO_CAST6
340 tristate "CAST6 (CAST-256) cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000341 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 help
343 The CAST6 encryption algorithm (synonymous with CAST-256) is
344 described in RFC2612.
345
346config CRYPTO_TEA
Aaron Grothefb4f10e2005-09-01 17:42:46 -0700347 tristate "TEA, XTEA and XETA cipher algorithms"
Herbert Xucce9e062006-08-21 21:08:13 +1000348 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349 help
350 TEA cipher algorithm.
351
352 Tiny Encryption Algorithm is a simple cipher that uses
353 many rounds for security. It is very fast and uses
354 little memory.
355
356 Xtendend Tiny Encryption Algorithm is a modification to
357 the TEA algorithm to address a potential key weakness
358 in the TEA algorithm.
359
Aaron Grothefb4f10e2005-09-01 17:42:46 -0700360 Xtendend Encryption Tiny Algorithm is a mis-implementation
361 of the XTEA algorithm for compatibility purposes.
362
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363config CRYPTO_ARC4
364 tristate "ARC4 cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000365 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366 help
367 ARC4 cipher algorithm.
368
369 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
370 bits in length. This algorithm is required for driver-based
371 WEP, but it should not be for other purposes because of the
372 weakness of the algorithm.
373
374config CRYPTO_KHAZAD
375 tristate "Khazad cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000376 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 help
378 Khazad cipher algorithm.
379
380 Khazad was a finalist in the initial NESSIE competition. It is
381 an algorithm optimized for 64-bit processors with good performance
382 on 32-bit processors. Khazad uses an 128 bit key size.
383
384 See also:
385 <http://planeta.terra.com.br/informatica/paulobarreto/KhazadPage.html>
386
387config CRYPTO_ANUBIS
388 tristate "Anubis cipher algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000389 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390 help
391 Anubis cipher algorithm.
392
393 Anubis is a variable key length cipher which can use keys from
394 128 bits to 320 bits in length. It was evaluated as a entrant
395 in the NESSIE competition.
396
397 See also:
398 <https://www.cosic.esat.kuleuven.ac.be/nessie/reports/>
399 <http://planeta.terra.com.br/informatica/paulobarreto/AnubisPage.html>
400
401
402config CRYPTO_DEFLATE
403 tristate "Deflate compression algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000404 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 select ZLIB_INFLATE
406 select ZLIB_DEFLATE
407 help
408 This is the Deflate algorithm (RFC1951), specified for use in
409 IPSec with the IPCOMP protocol (RFC3173, RFC2394).
410
411 You will most probably want this if using IPSec.
412
413config CRYPTO_MICHAEL_MIC
414 tristate "Michael MIC keyed digest algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000415 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416 help
417 Michael MIC is used for message integrity protection in TKIP
418 (IEEE 802.11i). This algorithm is required for TKIP, but it
419 should not be used for other purposes because of the weakness
420 of the algorithm.
421
422config CRYPTO_CRC32C
423 tristate "CRC32c CRC algorithm"
Herbert Xucce9e062006-08-21 21:08:13 +1000424 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 select LIBCRC32C
426 help
427 Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used
428 by iSCSI for header and data digests and by others.
429 See Castagnoli93. This implementation uses lib/libcrc32c.
430 Module will be crc32c.
431
Noriaki TAKAMIYA04ac7db2006-10-22 14:49:17 +1000432config CRYPTO_CAMELLIA
433 tristate "Camellia cipher algorithms"
434 depends on CRYPTO
435 select CRYPTO_ALGAPI
436 help
437 Camellia cipher algorithms module.
438
439 Camellia is a symmetric key block cipher developed jointly
440 at NTT and Mitsubishi Electric Corporation.
441
442 The Camellia specifies three key sizes: 128, 192 and 256 bits.
443
444 See also:
445 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
446
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447config CRYPTO_TEST
448 tristate "Testing module"
Herbert Xucce9e062006-08-21 21:08:13 +1000449 depends on m
450 select CRYPTO_ALGAPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451 help
452 Quick & dirty crypto test module.
453
454source "drivers/crypto/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455
Herbert Xucce9e062006-08-21 21:08:13 +1000456endif # if CRYPTO
457
458endmenu