]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - crypto/Kconfig
[CRYPTO] digest: Added user API for new hash type
[mirror_ubuntu-bionic-kernel.git] / crypto / Kconfig
CommitLineData
1da177e4
LT
1#
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
cce9e06d
HX
12if CRYPTO
13
14config CRYPTO_ALGAPI
15 tristate
16 help
17 This option provides the API for cryptographic algorithms.
18
5cde0af2
HX
19config CRYPTO_BLKCIPHER
20 tristate
21 select CRYPTO_ALGAPI
22
055bcee3
HX
23config CRYPTO_HASH
24 tristate
25 select CRYPTO_ALGAPI
26
2b8c19db
HX
27config CRYPTO_MANAGER
28 tristate "Cryptographic algorithm manager"
29 select CRYPTO_ALGAPI
30 default m
31 help
32 Create default cryptographic template instantiations such as
33 cbc(aes).
34
1da177e4
LT
35config CRYPTO_HMAC
36 bool "HMAC support"
1da177e4
LT
37 help
38 HMAC: Keyed-Hashing for Message Authentication (RFC2104).
39 This is required for IPSec.
40
41config CRYPTO_NULL
42 tristate "Null algorithms"
cce9e06d 43 select CRYPTO_ALGAPI
1da177e4
LT
44 help
45 These are 'Null' algorithms, used by IPsec, which do nothing.
46
47config CRYPTO_MD4
48 tristate "MD4 digest algorithm"
cce9e06d 49 select CRYPTO_ALGAPI
1da177e4
LT
50 help
51 MD4 message digest algorithm (RFC1320).
52
53config CRYPTO_MD5
54 tristate "MD5 digest algorithm"
cce9e06d 55 select CRYPTO_ALGAPI
1da177e4
LT
56 help
57 MD5 message digest algorithm (RFC1321).
58
59config CRYPTO_SHA1
60 tristate "SHA1 digest algorithm"
cce9e06d 61 select CRYPTO_ALGAPI
1da177e4
LT
62 help
63 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
64
c1e26e1e
JG
65config CRYPTO_SHA1_S390
66 tristate "SHA1 digest algorithm (s390)"
cce9e06d
HX
67 depends on S390
68 select CRYPTO_ALGAPI
1da177e4 69 help
0a497c17 70 This is the s390 hardware accelerated implementation of the
1da177e4
LT
71 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
72
73config CRYPTO_SHA256
74 tristate "SHA256 digest algorithm"
cce9e06d 75 select CRYPTO_ALGAPI
1da177e4
LT
76 help
77 SHA256 secure hash standard (DFIPS 180-2).
78
79 This version of SHA implements a 256 bit hash with 128 bits of
80 security against collision attacks.
81
0a497c17
JG
82config CRYPTO_SHA256_S390
83 tristate "SHA256 digest algorithm (s390)"
cce9e06d
HX
84 depends on S390
85 select CRYPTO_ALGAPI
0a497c17
JG
86 help
87 This is the s390 hardware accelerated implementation of the
88 SHA256 secure hash standard (DFIPS 180-2).
89
90 This version of SHA implements a 256 bit hash with 128 bits of
91 security against collision attacks.
92
1da177e4
LT
93config CRYPTO_SHA512
94 tristate "SHA384 and SHA512 digest algorithms"
cce9e06d 95 select CRYPTO_ALGAPI
1da177e4
LT
96 help
97 SHA512 secure hash standard (DFIPS 180-2).
98
99 This version of SHA implements a 512 bit hash with 256 bits of
100 security against collision attacks.
101
102 This code also includes SHA-384, a 384 bit hash with 192 bits
103 of security against collision attacks.
104
105config CRYPTO_WP512
106 tristate "Whirlpool digest algorithms"
cce9e06d 107 select CRYPTO_ALGAPI
1da177e4
LT
108 help
109 Whirlpool hash algorithm 512, 384 and 256-bit hashes
110
111 Whirlpool-512 is part of the NESSIE cryptographic primitives.
112 Whirlpool will be part of the ISO/IEC 10118-3:2003(E) standard
113
114 See also:
115 <http://planeta.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html>
116
117config CRYPTO_TGR192
118 tristate "Tiger digest algorithms"
cce9e06d 119 select CRYPTO_ALGAPI
1da177e4
LT
120 help
121 Tiger hash algorithm 192, 160 and 128-bit hashes
122
123 Tiger is a hash function optimized for 64-bit processors while
124 still having decent performance on 32-bit processors.
125 Tiger was developed by Ross Anderson and Eli Biham.
126
127 See also:
128 <http://www.cs.technion.ac.il/~biham/Reports/Tiger/>.
129
db131ef9
HX
130config CRYPTO_ECB
131 tristate "ECB support"
132 select CRYPTO_BLKCIPHER
133 default m
134 help
135 ECB: Electronic CodeBook mode
136 This is the simplest block cipher algorithm. It simply encrypts
137 the input block by block.
138
139config CRYPTO_CBC
140 tristate "CBC support"
141 select CRYPTO_BLKCIPHER
142 default m
143 help
144 CBC: Cipher Block Chaining mode
145 This block cipher algorithm is required for IPSec.
146
1da177e4
LT
147config CRYPTO_DES
148 tristate "DES and Triple DES EDE cipher algorithms"
cce9e06d 149 select CRYPTO_ALGAPI
1da177e4
LT
150 help
151 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
152
c1e26e1e
JG
153config CRYPTO_DES_S390
154 tristate "DES and Triple DES cipher algorithms (s390)"
cce9e06d
HX
155 depends on S390
156 select CRYPTO_ALGAPI
a9e62fad 157 select CRYPTO_BLKCIPHER
1da177e4
LT
158 help
159 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
160
161config CRYPTO_BLOWFISH
162 tristate "Blowfish cipher algorithm"
cce9e06d 163 select CRYPTO_ALGAPI
1da177e4
LT
164 help
165 Blowfish cipher algorithm, by Bruce Schneier.
166
167 This is a variable key length cipher which can use keys from 32
168 bits to 448 bits in length. It's fast, simple and specifically
169 designed for use on "large microprocessors".
170
171 See also:
172 <http://www.schneier.com/blowfish.html>
173
174config CRYPTO_TWOFISH
175 tristate "Twofish cipher algorithm"
cce9e06d 176 select CRYPTO_ALGAPI
2729bb42 177 select CRYPTO_TWOFISH_COMMON
1da177e4
LT
178 help
179 Twofish cipher algorithm.
180
181 Twofish was submitted as an AES (Advanced Encryption Standard)
182 candidate cipher by researchers at CounterPane Systems. It is a
183 16 round block cipher supporting key sizes of 128, 192, and 256
184 bits.
185
186 See also:
187 <http://www.schneier.com/twofish.html>
188
2729bb42
JF
189config CRYPTO_TWOFISH_COMMON
190 tristate
2729bb42
JF
191 help
192 Common parts of the Twofish cipher algorithm shared by the
193 generic c and the assembler implementations.
194
b9f535ff
JF
195config CRYPTO_TWOFISH_586
196 tristate "Twofish cipher algorithms (i586)"
cce9e06d
HX
197 depends on (X86 || UML_X86) && !64BIT
198 select CRYPTO_ALGAPI
b9f535ff
JF
199 select CRYPTO_TWOFISH_COMMON
200 help
201 Twofish cipher algorithm.
202
203 Twofish was submitted as an AES (Advanced Encryption Standard)
204 candidate cipher by researchers at CounterPane Systems. It is a
205 16 round block cipher supporting key sizes of 128, 192, and 256
206 bits.
207
208 See also:
209 <http://www.schneier.com/twofish.html>
210
eaf44088
JF
211config CRYPTO_TWOFISH_X86_64
212 tristate "Twofish cipher algorithm (x86_64)"
cce9e06d
HX
213 depends on (X86 || UML_X86) && 64BIT
214 select CRYPTO_ALGAPI
eaf44088
JF
215 select CRYPTO_TWOFISH_COMMON
216 help
217 Twofish cipher algorithm (x86_64).
218
219 Twofish was submitted as an AES (Advanced Encryption Standard)
220 candidate cipher by researchers at CounterPane Systems. It is a
221 16 round block cipher supporting key sizes of 128, 192, and 256
222 bits.
223
224 See also:
225 <http://www.schneier.com/twofish.html>
226
1da177e4
LT
227config CRYPTO_SERPENT
228 tristate "Serpent cipher algorithm"
cce9e06d 229 select CRYPTO_ALGAPI
1da177e4
LT
230 help
231 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
232
233 Keys are allowed to be from 0 to 256 bits in length, in steps
234 of 8 bits. Also includes the 'Tnepres' algorithm, a reversed
235 variant of Serpent for compatibility with old kerneli code.
236
237 See also:
238 <http://www.cl.cam.ac.uk/~rja14/serpent.html>
239
240config CRYPTO_AES
241 tristate "AES cipher algorithms"
cce9e06d 242 select CRYPTO_ALGAPI
1da177e4
LT
243 help
244 AES cipher algorithms (FIPS-197). AES uses the Rijndael
245 algorithm.
246
247 Rijndael appears to be consistently a very good performer in
248 both hardware and software across a wide range of computing
249 environments regardless of its use in feedback or non-feedback
250 modes. Its key setup time is excellent, and its key agility is
251 good. Rijndael's very low memory requirements make it very well
252 suited for restricted-space environments, in which it also
253 demonstrates excellent performance. Rijndael's operations are
254 among the easiest to defend against power and timing attacks.
255
256 The AES specifies three key sizes: 128, 192 and 256 bits
257
258 See <http://csrc.nist.gov/CryptoToolkit/aes/> for more information.
259
260config CRYPTO_AES_586
261 tristate "AES cipher algorithms (i586)"
cce9e06d
HX
262 depends on (X86 || UML_X86) && !64BIT
263 select CRYPTO_ALGAPI
1da177e4
LT
264 help
265 AES cipher algorithms (FIPS-197). AES uses the Rijndael
266 algorithm.
267
268 Rijndael appears to be consistently a very good performer in
269 both hardware and software across a wide range of computing
270 environments regardless of its use in feedback or non-feedback
271 modes. Its key setup time is excellent, and its key agility is
272 good. Rijndael's very low memory requirements make it very well
273 suited for restricted-space environments, in which it also
274 demonstrates excellent performance. Rijndael's operations are
275 among the easiest to defend against power and timing attacks.
276
277 The AES specifies three key sizes: 128, 192 and 256 bits
a2a892a2
AS
278
279 See <http://csrc.nist.gov/encryption/aes/> for more information.
280
281config CRYPTO_AES_X86_64
282 tristate "AES cipher algorithms (x86_64)"
cce9e06d
HX
283 depends on (X86 || UML_X86) && 64BIT
284 select CRYPTO_ALGAPI
a2a892a2
AS
285 help
286 AES cipher algorithms (FIPS-197). AES uses the Rijndael
287 algorithm.
288
289 Rijndael appears to be consistently a very good performer in
290 both hardware and software across a wide range of computing
291 environments regardless of its use in feedback or non-feedback
292 modes. Its key setup time is excellent, and its key agility is
293 good. Rijndael's very low memory requirements make it very well
294 suited for restricted-space environments, in which it also
295 demonstrates excellent performance. Rijndael's operations are
296 among the easiest to defend against power and timing attacks.
297
298 The AES specifies three key sizes: 128, 192 and 256 bits
1da177e4
LT
299
300 See <http://csrc.nist.gov/encryption/aes/> for more information.
301
bf754ae8
JG
302config CRYPTO_AES_S390
303 tristate "AES cipher algorithms (s390)"
cce9e06d
HX
304 depends on S390
305 select CRYPTO_ALGAPI
a9e62fad 306 select CRYPTO_BLKCIPHER
bf754ae8
JG
307 help
308 This is the s390 hardware accelerated implementation of the
309 AES cipher algorithms (FIPS-197). AES uses the Rijndael
310 algorithm.
311
312 Rijndael appears to be consistently a very good performer in
313 both hardware and software across a wide range of computing
314 environments regardless of its use in feedback or non-feedback
315 modes. Its key setup time is excellent, and its key agility is
316 good. Rijndael's very low memory requirements make it very well
317 suited for restricted-space environments, in which it also
318 demonstrates excellent performance. Rijndael's operations are
319 among the easiest to defend against power and timing attacks.
320
321 On s390 the System z9-109 currently only supports the key size
322 of 128 bit.
323
1da177e4
LT
324config CRYPTO_CAST5
325 tristate "CAST5 (CAST-128) cipher algorithm"
cce9e06d 326 select CRYPTO_ALGAPI
1da177e4
LT
327 help
328 The CAST5 encryption algorithm (synonymous with CAST-128) is
329 described in RFC2144.
330
331config CRYPTO_CAST6
332 tristate "CAST6 (CAST-256) cipher algorithm"
cce9e06d 333 select CRYPTO_ALGAPI
1da177e4
LT
334 help
335 The CAST6 encryption algorithm (synonymous with CAST-256) is
336 described in RFC2612.
337
338config CRYPTO_TEA
fb4f10ed 339 tristate "TEA, XTEA and XETA cipher algorithms"
cce9e06d 340 select CRYPTO_ALGAPI
1da177e4
LT
341 help
342 TEA cipher algorithm.
343
344 Tiny Encryption Algorithm is a simple cipher that uses
345 many rounds for security. It is very fast and uses
346 little memory.
347
348 Xtendend Tiny Encryption Algorithm is a modification to
349 the TEA algorithm to address a potential key weakness
350 in the TEA algorithm.
351
fb4f10ed
AG
352 Xtendend Encryption Tiny Algorithm is a mis-implementation
353 of the XTEA algorithm for compatibility purposes.
354
1da177e4
LT
355config CRYPTO_ARC4
356 tristate "ARC4 cipher algorithm"
cce9e06d 357 select CRYPTO_ALGAPI
1da177e4
LT
358 help
359 ARC4 cipher algorithm.
360
361 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
362 bits in length. This algorithm is required for driver-based
363 WEP, but it should not be for other purposes because of the
364 weakness of the algorithm.
365
366config CRYPTO_KHAZAD
367 tristate "Khazad cipher algorithm"
cce9e06d 368 select CRYPTO_ALGAPI
1da177e4
LT
369 help
370 Khazad cipher algorithm.
371
372 Khazad was a finalist in the initial NESSIE competition. It is
373 an algorithm optimized for 64-bit processors with good performance
374 on 32-bit processors. Khazad uses an 128 bit key size.
375
376 See also:
377 <http://planeta.terra.com.br/informatica/paulobarreto/KhazadPage.html>
378
379config CRYPTO_ANUBIS
380 tristate "Anubis cipher algorithm"
cce9e06d 381 select CRYPTO_ALGAPI
1da177e4
LT
382 help
383 Anubis cipher algorithm.
384
385 Anubis is a variable key length cipher which can use keys from
386 128 bits to 320 bits in length. It was evaluated as a entrant
387 in the NESSIE competition.
388
389 See also:
390 <https://www.cosic.esat.kuleuven.ac.be/nessie/reports/>
391 <http://planeta.terra.com.br/informatica/paulobarreto/AnubisPage.html>
392
393
394config CRYPTO_DEFLATE
395 tristate "Deflate compression algorithm"
cce9e06d 396 select CRYPTO_ALGAPI
1da177e4
LT
397 select ZLIB_INFLATE
398 select ZLIB_DEFLATE
399 help
400 This is the Deflate algorithm (RFC1951), specified for use in
401 IPSec with the IPCOMP protocol (RFC3173, RFC2394).
402
403 You will most probably want this if using IPSec.
404
405config CRYPTO_MICHAEL_MIC
406 tristate "Michael MIC keyed digest algorithm"
cce9e06d 407 select CRYPTO_ALGAPI
1da177e4
LT
408 help
409 Michael MIC is used for message integrity protection in TKIP
410 (IEEE 802.11i). This algorithm is required for TKIP, but it
411 should not be used for other purposes because of the weakness
412 of the algorithm.
413
414config CRYPTO_CRC32C
415 tristate "CRC32c CRC algorithm"
cce9e06d 416 select CRYPTO_ALGAPI
1da177e4
LT
417 select LIBCRC32C
418 help
419 Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used
420 by iSCSI for header and data digests and by others.
421 See Castagnoli93. This implementation uses lib/libcrc32c.
422 Module will be crc32c.
423
424config CRYPTO_TEST
425 tristate "Testing module"
cce9e06d
HX
426 depends on m
427 select CRYPTO_ALGAPI
1da177e4
LT
428 help
429 Quick & dirty crypto test module.
430
431source "drivers/crypto/Kconfig"
1da177e4 432
cce9e06d
HX
433endif # if CRYPTO
434
435endmenu