crypto: echainiv - Set Kconfig default to m
[linux-2.6-block.git] / crypto / Kconfig
CommitLineData
685784aa
DW
1#
2# Generic algorithms support
3#
4config XOR_BLOCKS
5 tristate
6
1da177e4 7#
9bc89cd8 8# async_tx api: hardware offloaded memory transfer/transform support
1da177e4 9#
9bc89cd8 10source "crypto/async_tx/Kconfig"
1da177e4 11
9bc89cd8
DW
12#
13# Cryptographic API Configuration
14#
2e290f43 15menuconfig CRYPTO
c3715cb9 16 tristate "Cryptographic API"
1da177e4
LT
17 help
18 This option provides the core Cryptographic API.
19
cce9e06d
HX
20if CRYPTO
21
584fffc8
SS
22comment "Crypto core or helper"
23
ccb778e1
NH
24config CRYPTO_FIPS
25 bool "FIPS 200 compliance"
f2c89a10 26 depends on (CRYPTO_ANSI_CPRNG || CRYPTO_DRBG) && !CRYPTO_MANAGER_DISABLE_TESTS
002c77a4 27 depends on MODULE_SIG
ccb778e1
NH
28 help
29 This options enables the fips boot option which is
30 required if you want to system to operate in a FIPS 200
31 certification. You should say no unless you know what
e84c5480 32 this is.
ccb778e1 33
cce9e06d
HX
34config CRYPTO_ALGAPI
35 tristate
6a0fcbb4 36 select CRYPTO_ALGAPI2
cce9e06d
HX
37 help
38 This option provides the API for cryptographic algorithms.
39
6a0fcbb4
HX
40config CRYPTO_ALGAPI2
41 tristate
42
1ae97820
HX
43config CRYPTO_AEAD
44 tristate
6a0fcbb4 45 select CRYPTO_AEAD2
1ae97820
HX
46 select CRYPTO_ALGAPI
47
6a0fcbb4
HX
48config CRYPTO_AEAD2
49 tristate
50 select CRYPTO_ALGAPI2
51
5cde0af2
HX
52config CRYPTO_BLKCIPHER
53 tristate
6a0fcbb4 54 select CRYPTO_BLKCIPHER2
5cde0af2 55 select CRYPTO_ALGAPI
6a0fcbb4
HX
56
57config CRYPTO_BLKCIPHER2
58 tristate
59 select CRYPTO_ALGAPI2
60 select CRYPTO_RNG2
0a2e821d 61 select CRYPTO_WORKQUEUE
5cde0af2 62
055bcee3
HX
63config CRYPTO_HASH
64 tristate
6a0fcbb4 65 select CRYPTO_HASH2
055bcee3
HX
66 select CRYPTO_ALGAPI
67
6a0fcbb4
HX
68config CRYPTO_HASH2
69 tristate
70 select CRYPTO_ALGAPI2
71
17f0f4a4
NH
72config CRYPTO_RNG
73 tristate
6a0fcbb4 74 select CRYPTO_RNG2
17f0f4a4
NH
75 select CRYPTO_ALGAPI
76
6a0fcbb4
HX
77config CRYPTO_RNG2
78 tristate
79 select CRYPTO_ALGAPI2
80
a1d2f095 81config CRYPTO_PCOMP
bc94e596
HX
82 tristate
83 select CRYPTO_PCOMP2
84 select CRYPTO_ALGAPI
85
86config CRYPTO_PCOMP2
a1d2f095
GU
87 tristate
88 select CRYPTO_ALGAPI2
89
2b8c19db
HX
90config CRYPTO_MANAGER
91 tristate "Cryptographic algorithm manager"
6a0fcbb4 92 select CRYPTO_MANAGER2
2b8c19db
HX
93 help
94 Create default cryptographic template instantiations such as
95 cbc(aes).
96
6a0fcbb4
HX
97config CRYPTO_MANAGER2
98 def_tristate CRYPTO_MANAGER || (CRYPTO_MANAGER!=n && CRYPTO_ALGAPI=y)
99 select CRYPTO_AEAD2
100 select CRYPTO_HASH2
101 select CRYPTO_BLKCIPHER2
bc94e596 102 select CRYPTO_PCOMP2
6a0fcbb4 103
a38f7907
SK
104config CRYPTO_USER
105 tristate "Userspace cryptographic algorithm configuration"
5db017aa 106 depends on NET
a38f7907
SK
107 select CRYPTO_MANAGER
108 help
d19978f5 109 Userspace configuration for cryptographic instantiations such as
a38f7907
SK
110 cbc(aes).
111
326a6346
HX
112config CRYPTO_MANAGER_DISABLE_TESTS
113 bool "Disable run-time self tests"
00ca28a5
HX
114 default y
115 depends on CRYPTO_MANAGER2
0b767f96 116 help
326a6346
HX
117 Disable run-time self tests that normally take place at
118 algorithm registration.
0b767f96 119
584fffc8 120config CRYPTO_GF128MUL
08c70fc3 121 tristate "GF(2^128) multiplication functions"
333b0d7e 122 help
584fffc8
SS
123 Efficient table driven implementation of multiplications in the
124 field GF(2^128). This is needed by some cypher modes. This
125 option will be selected automatically if you select such a
126 cipher mode. Only select this option by hand if you expect to load
127 an external module that requires these functions.
333b0d7e 128
1da177e4
LT
129config CRYPTO_NULL
130 tristate "Null algorithms"
cce9e06d 131 select CRYPTO_ALGAPI
c8620c25 132 select CRYPTO_BLKCIPHER
d35d2454 133 select CRYPTO_HASH
1da177e4
LT
134 help
135 These are 'Null' algorithms, used by IPsec, which do nothing.
136
5068c7a8 137config CRYPTO_PCRYPT
3b4afaf2
KC
138 tristate "Parallel crypto engine"
139 depends on SMP
5068c7a8
SK
140 select PADATA
141 select CRYPTO_MANAGER
142 select CRYPTO_AEAD
143 help
144 This converts an arbitrary crypto algorithm into a parallel
145 algorithm that executes in kernel threads.
146
25c38d3f
HY
147config CRYPTO_WORKQUEUE
148 tristate
149
584fffc8
SS
150config CRYPTO_CRYPTD
151 tristate "Software async crypto daemon"
152 select CRYPTO_BLKCIPHER
b8a28251 153 select CRYPTO_HASH
584fffc8 154 select CRYPTO_MANAGER
254eff77 155 select CRYPTO_WORKQUEUE
1da177e4 156 help
584fffc8
SS
157 This is a generic software asynchronous crypto daemon that
158 converts an arbitrary synchronous software crypto algorithm
159 into an asynchronous algorithm that executes in a kernel thread.
1da177e4 160
1e65b81a
TC
161config CRYPTO_MCRYPTD
162 tristate "Software async multi-buffer crypto daemon"
163 select CRYPTO_BLKCIPHER
164 select CRYPTO_HASH
165 select CRYPTO_MANAGER
166 select CRYPTO_WORKQUEUE
167 help
168 This is a generic software asynchronous crypto daemon that
169 provides the kernel thread to assist multi-buffer crypto
170 algorithms for submitting jobs and flushing jobs in multi-buffer
171 crypto algorithms. Multi-buffer crypto algorithms are executed
172 in the context of this kernel thread and drivers can post
0e56673b 173 their crypto request asynchronously to be processed by this daemon.
1e65b81a 174
584fffc8
SS
175config CRYPTO_AUTHENC
176 tristate "Authenc support"
177 select CRYPTO_AEAD
178 select CRYPTO_BLKCIPHER
179 select CRYPTO_MANAGER
180 select CRYPTO_HASH
1da177e4 181 help
584fffc8
SS
182 Authenc: Combined mode wrapper for IPsec.
183 This is required for IPSec.
1da177e4 184
584fffc8
SS
185config CRYPTO_TEST
186 tristate "Testing module"
187 depends on m
da7f033d 188 select CRYPTO_MANAGER
1da177e4 189 help
584fffc8 190 Quick & dirty crypto test module.
1da177e4 191
a62b01cd 192config CRYPTO_ABLK_HELPER
ffaf9156 193 tristate
ffaf9156
JK
194 select CRYPTO_CRYPTD
195
596d8750
JK
196config CRYPTO_GLUE_HELPER_X86
197 tristate
198 depends on X86
199 select CRYPTO_ALGAPI
200
584fffc8 201comment "Authenticated Encryption with Associated Data"
cd12fb90 202
584fffc8
SS
203config CRYPTO_CCM
204 tristate "CCM support"
205 select CRYPTO_CTR
206 select CRYPTO_AEAD
1da177e4 207 help
584fffc8 208 Support for Counter with CBC MAC. Required for IPsec.
1da177e4 209
584fffc8
SS
210config CRYPTO_GCM
211 tristate "GCM/GMAC support"
212 select CRYPTO_CTR
213 select CRYPTO_AEAD
9382d97a 214 select CRYPTO_GHASH
9489667d 215 select CRYPTO_NULL
1da177e4 216 help
584fffc8
SS
217 Support for Galois/Counter Mode (GCM) and Galois Message
218 Authentication Code (GMAC). Required for IPSec.
1da177e4 219
71ebc4d1
MW
220config CRYPTO_CHACHA20POLY1305
221 tristate "ChaCha20-Poly1305 AEAD support"
222 select CRYPTO_CHACHA20
223 select CRYPTO_POLY1305
224 select CRYPTO_AEAD
225 help
226 ChaCha20-Poly1305 AEAD support, RFC7539.
227
228 Support for the AEAD wrapper using the ChaCha20 stream cipher combined
229 with the Poly1305 authenticator. It is defined in RFC7539 for use in
230 IETF protocols.
231
584fffc8
SS
232config CRYPTO_SEQIV
233 tristate "Sequence Number IV Generator"
234 select CRYPTO_AEAD
235 select CRYPTO_BLKCIPHER
856e3f40 236 select CRYPTO_NULL
a0f000ec 237 select CRYPTO_RNG
1da177e4 238 help
584fffc8
SS
239 This IV generator generates an IV based on a sequence number by
240 xoring it with a salt. This algorithm is mainly useful for CTR
1da177e4 241
a10f554f
HX
242config CRYPTO_ECHAINIV
243 tristate "Encrypted Chain IV Generator"
244 select CRYPTO_AEAD
245 select CRYPTO_NULL
246 select CRYPTO_RNG
3491244c 247 default m
a10f554f
HX
248 help
249 This IV generator generates an IV based on the encryption of
250 a sequence number xored with a salt. This is the default
251 algorithm for CBC.
252
584fffc8 253comment "Block modes"
c494e070 254
584fffc8
SS
255config CRYPTO_CBC
256 tristate "CBC support"
db131ef9 257 select CRYPTO_BLKCIPHER
43518407 258 select CRYPTO_MANAGER
db131ef9 259 help
584fffc8
SS
260 CBC: Cipher Block Chaining mode
261 This block cipher algorithm is required for IPSec.
db131ef9 262
584fffc8
SS
263config CRYPTO_CTR
264 tristate "CTR support"
db131ef9 265 select CRYPTO_BLKCIPHER
584fffc8 266 select CRYPTO_SEQIV
43518407 267 select CRYPTO_MANAGER
db131ef9 268 help
584fffc8 269 CTR: Counter mode
db131ef9
HX
270 This block cipher algorithm is required for IPSec.
271
584fffc8
SS
272config CRYPTO_CTS
273 tristate "CTS support"
274 select CRYPTO_BLKCIPHER
275 help
276 CTS: Cipher Text Stealing
277 This is the Cipher Text Stealing mode as described by
278 Section 8 of rfc2040 and referenced by rfc3962.
279 (rfc3962 includes errata information in its Appendix A)
280 This mode is required for Kerberos gss mechanism support
281 for AES encryption.
282
283config CRYPTO_ECB
284 tristate "ECB support"
91652be5
DH
285 select CRYPTO_BLKCIPHER
286 select CRYPTO_MANAGER
91652be5 287 help
584fffc8
SS
288 ECB: Electronic CodeBook mode
289 This is the simplest block cipher algorithm. It simply encrypts
290 the input block by block.
91652be5 291
64470f1b 292config CRYPTO_LRW
2470a2b2 293 tristate "LRW support"
64470f1b
RS
294 select CRYPTO_BLKCIPHER
295 select CRYPTO_MANAGER
296 select CRYPTO_GF128MUL
297 help
298 LRW: Liskov Rivest Wagner, a tweakable, non malleable, non movable
299 narrow block cipher mode for dm-crypt. Use it with cipher
300 specification string aes-lrw-benbi, the key must be 256, 320 or 384.
301 The first 128, 192 or 256 bits in the key are used for AES and the
302 rest is used to tie each cipher block to its logical position.
303
584fffc8
SS
304config CRYPTO_PCBC
305 tristate "PCBC support"
306 select CRYPTO_BLKCIPHER
307 select CRYPTO_MANAGER
308 help
309 PCBC: Propagating Cipher Block Chaining mode
310 This block cipher algorithm is required for RxRPC.
311
f19f5111 312config CRYPTO_XTS
5bcf8e6d 313 tristate "XTS support"
f19f5111
RS
314 select CRYPTO_BLKCIPHER
315 select CRYPTO_MANAGER
316 select CRYPTO_GF128MUL
317 help
318 XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain,
319 key size 256, 384 or 512 bits. This implementation currently
320 can't handle a sectorsize which is not a multiple of 16 bytes.
321
584fffc8
SS
322comment "Hash modes"
323
93b5e86a
JK
324config CRYPTO_CMAC
325 tristate "CMAC support"
326 select CRYPTO_HASH
327 select CRYPTO_MANAGER
328 help
329 Cipher-based Message Authentication Code (CMAC) specified by
330 The National Institute of Standards and Technology (NIST).
331
332 https://tools.ietf.org/html/rfc4493
333 http://csrc.nist.gov/publications/nistpubs/800-38B/SP_800-38B.pdf
334
584fffc8
SS
335config CRYPTO_HMAC
336 tristate "HMAC support"
337 select CRYPTO_HASH
23e353c8 338 select CRYPTO_MANAGER
23e353c8 339 help
584fffc8
SS
340 HMAC: Keyed-Hashing for Message Authentication (RFC2104).
341 This is required for IPSec.
23e353c8 342
584fffc8
SS
343config CRYPTO_XCBC
344 tristate "XCBC support"
584fffc8
SS
345 select CRYPTO_HASH
346 select CRYPTO_MANAGER
76cb9521 347 help
584fffc8
SS
348 XCBC: Keyed-Hashing with encryption algorithm
349 http://www.ietf.org/rfc/rfc3566.txt
350 http://csrc.nist.gov/encryption/modes/proposedmodes/
351 xcbc-mac/xcbc-mac-spec.pdf
76cb9521 352
f1939f7c
SW
353config CRYPTO_VMAC
354 tristate "VMAC support"
f1939f7c
SW
355 select CRYPTO_HASH
356 select CRYPTO_MANAGER
357 help
358 VMAC is a message authentication algorithm designed for
359 very high speed on 64-bit architectures.
360
361 See also:
362 <http://fastcrypto.org/vmac>
363
584fffc8 364comment "Digest"
28db8e3e 365
584fffc8
SS
366config CRYPTO_CRC32C
367 tristate "CRC32c CRC algorithm"
5773a3e6 368 select CRYPTO_HASH
6a0962b2 369 select CRC32
4a49b499 370 help
584fffc8
SS
371 Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used
372 by iSCSI for header and data digests and by others.
69c35efc 373 See Castagnoli93. Module will be crc32c.
4a49b499 374
8cb51ba8
AZ
375config CRYPTO_CRC32C_INTEL
376 tristate "CRC32c INTEL hardware acceleration"
377 depends on X86
378 select CRYPTO_HASH
379 help
380 In Intel processor with SSE4.2 supported, the processor will
381 support CRC32C implementation using hardware accelerated CRC32
382 instruction. This option will create 'crc32c-intel' module,
383 which will enable any routine to use the CRC32 instruction to
384 gain performance compared with software implementation.
385 Module will be crc32c-intel.
386
442a7c40
DM
387config CRYPTO_CRC32C_SPARC64
388 tristate "CRC32c CRC algorithm (SPARC64)"
389 depends on SPARC64
390 select CRYPTO_HASH
391 select CRC32
392 help
393 CRC32c CRC algorithm implemented using sparc64 crypto instructions,
394 when available.
395
78c37d19
AB
396config CRYPTO_CRC32
397 tristate "CRC32 CRC algorithm"
398 select CRYPTO_HASH
399 select CRC32
400 help
401 CRC-32-IEEE 802.3 cyclic redundancy-check algorithm.
402 Shash crypto api wrappers to crc32_le function.
403
404config CRYPTO_CRC32_PCLMUL
405 tristate "CRC32 PCLMULQDQ hardware acceleration"
406 depends on X86
407 select CRYPTO_HASH
408 select CRC32
409 help
410 From Intel Westmere and AMD Bulldozer processor with SSE4.2
411 and PCLMULQDQ supported, the processor will support
412 CRC32 PCLMULQDQ implementation using hardware accelerated PCLMULQDQ
413 instruction. This option will create 'crc32-plcmul' module,
414 which will enable any routine to use the CRC-32-IEEE 802.3 checksum
415 and gain better performance as compared with the table implementation.
416
68411521
HX
417config CRYPTO_CRCT10DIF
418 tristate "CRCT10DIF algorithm"
419 select CRYPTO_HASH
420 help
421 CRC T10 Data Integrity Field computation is being cast as
422 a crypto transform. This allows for faster crc t10 diff
423 transforms to be used if they are available.
424
425config CRYPTO_CRCT10DIF_PCLMUL
426 tristate "CRCT10DIF PCLMULQDQ hardware acceleration"
427 depends on X86 && 64BIT && CRC_T10DIF
428 select CRYPTO_HASH
429 help
430 For x86_64 processors with SSE4.2 and PCLMULQDQ supported,
431 CRC T10 DIF PCLMULQDQ computation can be hardware
432 accelerated PCLMULQDQ instruction. This option will create
433 'crct10dif-plcmul' module, which is faster when computing the
434 crct10dif checksum as compared with the generic table implementation.
435
2cdc6899
HY
436config CRYPTO_GHASH
437 tristate "GHASH digest algorithm"
2cdc6899
HY
438 select CRYPTO_GF128MUL
439 help
440 GHASH is message digest algorithm for GCM (Galois/Counter Mode).
441
f979e014
MW
442config CRYPTO_POLY1305
443 tristate "Poly1305 authenticator algorithm"
444 help
445 Poly1305 authenticator algorithm, RFC7539.
446
447 Poly1305 is an authenticator algorithm designed by Daniel J. Bernstein.
448 It is used for the ChaCha20-Poly1305 AEAD, specified in RFC7539 for use
449 in IETF protocols. This is the portable C implementation of Poly1305.
450
584fffc8
SS
451config CRYPTO_MD4
452 tristate "MD4 digest algorithm"
808a1763 453 select CRYPTO_HASH
124b53d0 454 help
584fffc8 455 MD4 message digest algorithm (RFC1320).
124b53d0 456
584fffc8
SS
457config CRYPTO_MD5
458 tristate "MD5 digest algorithm"
14b75ba7 459 select CRYPTO_HASH
1da177e4 460 help
584fffc8 461 MD5 message digest algorithm (RFC1321).
1da177e4 462
d69e75de
AK
463config CRYPTO_MD5_OCTEON
464 tristate "MD5 digest algorithm (OCTEON)"
465 depends on CPU_CAVIUM_OCTEON
466 select CRYPTO_MD5
467 select CRYPTO_HASH
468 help
469 MD5 message digest algorithm (RFC1321) implemented
470 using OCTEON crypto instructions, when available.
471
e8e59953
MS
472config CRYPTO_MD5_PPC
473 tristate "MD5 digest algorithm (PPC)"
474 depends on PPC
475 select CRYPTO_HASH
476 help
477 MD5 message digest algorithm (RFC1321) implemented
478 in PPC assembler.
479
fa4dfedc
DM
480config CRYPTO_MD5_SPARC64
481 tristate "MD5 digest algorithm (SPARC64)"
482 depends on SPARC64
483 select CRYPTO_MD5
484 select CRYPTO_HASH
485 help
486 MD5 message digest algorithm (RFC1321) implemented
487 using sparc64 crypto instructions, when available.
488
584fffc8
SS
489config CRYPTO_MICHAEL_MIC
490 tristate "Michael MIC keyed digest algorithm"
19e2bf14 491 select CRYPTO_HASH
90831639 492 help
584fffc8
SS
493 Michael MIC is used for message integrity protection in TKIP
494 (IEEE 802.11i). This algorithm is required for TKIP, but it
495 should not be used for other purposes because of the weakness
496 of the algorithm.
90831639 497
82798f90 498config CRYPTO_RMD128
b6d44341 499 tristate "RIPEMD-128 digest algorithm"
7c4468bc 500 select CRYPTO_HASH
b6d44341
AB
501 help
502 RIPEMD-128 (ISO/IEC 10118-3:2004).
82798f90 503
b6d44341 504 RIPEMD-128 is a 128-bit cryptographic hash function. It should only
35ed4b35 505 be used as a secure replacement for RIPEMD. For other use cases,
b6d44341 506 RIPEMD-160 should be used.
82798f90 507
b6d44341 508 Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
6d8de74c 509 See <http://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
82798f90
AKR
510
511config CRYPTO_RMD160
b6d44341 512 tristate "RIPEMD-160 digest algorithm"
e5835fba 513 select CRYPTO_HASH
b6d44341
AB
514 help
515 RIPEMD-160 (ISO/IEC 10118-3:2004).
82798f90 516
b6d44341
AB
517 RIPEMD-160 is a 160-bit cryptographic hash function. It is intended
518 to be used as a secure replacement for the 128-bit hash functions
519 MD4, MD5 and it's predecessor RIPEMD
520 (not to be confused with RIPEMD-128).
82798f90 521
b6d44341
AB
522 It's speed is comparable to SHA1 and there are no known attacks
523 against RIPEMD-160.
534fe2c1 524
b6d44341 525 Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
6d8de74c 526 See <http://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
534fe2c1
AKR
527
528config CRYPTO_RMD256
b6d44341 529 tristate "RIPEMD-256 digest algorithm"
d8a5e2e9 530 select CRYPTO_HASH
b6d44341
AB
531 help
532 RIPEMD-256 is an optional extension of RIPEMD-128 with a
533 256 bit hash. It is intended for applications that require
534 longer hash-results, without needing a larger security level
535 (than RIPEMD-128).
534fe2c1 536
b6d44341 537 Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
6d8de74c 538 See <http://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
534fe2c1
AKR
539
540config CRYPTO_RMD320
b6d44341 541 tristate "RIPEMD-320 digest algorithm"
3b8efb4c 542 select CRYPTO_HASH
b6d44341
AB
543 help
544 RIPEMD-320 is an optional extension of RIPEMD-160 with a
545 320 bit hash. It is intended for applications that require
546 longer hash-results, without needing a larger security level
547 (than RIPEMD-160).
534fe2c1 548
b6d44341 549 Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
6d8de74c 550 See <http://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
82798f90 551
584fffc8
SS
552config CRYPTO_SHA1
553 tristate "SHA1 digest algorithm"
54ccb367 554 select CRYPTO_HASH
1da177e4 555 help
584fffc8 556 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
1da177e4 557
66be8951 558config CRYPTO_SHA1_SSSE3
7c1da8d0 559 tristate "SHA1 digest algorithm (SSSE3/AVX/AVX2)"
66be8951
MK
560 depends on X86 && 64BIT
561 select CRYPTO_SHA1
562 select CRYPTO_HASH
563 help
564 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
565 using Supplemental SSE3 (SSSE3) instructions or Advanced Vector
7c1da8d0 566 Extensions (AVX/AVX2), when available.
66be8951 567
8275d1aa
TC
568config CRYPTO_SHA256_SSSE3
569 tristate "SHA256 digest algorithm (SSSE3/AVX/AVX2)"
570 depends on X86 && 64BIT
571 select CRYPTO_SHA256
572 select CRYPTO_HASH
573 help
574 SHA-256 secure hash standard (DFIPS 180-2) implemented
575 using Supplemental SSE3 (SSSE3) instructions, or Advanced Vector
576 Extensions version 1 (AVX1), or Advanced Vector Extensions
87de4579
TC
577 version 2 (AVX2) instructions, when available.
578
579config CRYPTO_SHA512_SSSE3
580 tristate "SHA512 digest algorithm (SSSE3/AVX/AVX2)"
581 depends on X86 && 64BIT
582 select CRYPTO_SHA512
583 select CRYPTO_HASH
584 help
585 SHA-512 secure hash standard (DFIPS 180-2) implemented
586 using Supplemental SSE3 (SSSE3) instructions, or Advanced Vector
587 Extensions version 1 (AVX1), or Advanced Vector Extensions
8275d1aa
TC
588 version 2 (AVX2) instructions, when available.
589
efdb6f6e
AK
590config CRYPTO_SHA1_OCTEON
591 tristate "SHA1 digest algorithm (OCTEON)"
592 depends on CPU_CAVIUM_OCTEON
593 select CRYPTO_SHA1
594 select CRYPTO_HASH
595 help
596 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
597 using OCTEON crypto instructions, when available.
598
4ff28d4c
DM
599config CRYPTO_SHA1_SPARC64
600 tristate "SHA1 digest algorithm (SPARC64)"
601 depends on SPARC64
602 select CRYPTO_SHA1
603 select CRYPTO_HASH
604 help
605 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
606 using sparc64 crypto instructions, when available.
607
323a6bf1
ME
608config CRYPTO_SHA1_PPC
609 tristate "SHA1 digest algorithm (powerpc)"
610 depends on PPC
611 help
612 This is the powerpc hardware accelerated implementation of the
613 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
614
d9850fc5
MS
615config CRYPTO_SHA1_PPC_SPE
616 tristate "SHA1 digest algorithm (PPC SPE)"
617 depends on PPC && SPE
618 help
619 SHA-1 secure hash standard (DFIPS 180-4) implemented
620 using powerpc SPE SIMD instruction set.
621
1e65b81a
TC
622config CRYPTO_SHA1_MB
623 tristate "SHA1 digest algorithm (x86_64 Multi-Buffer, Experimental)"
624 depends on X86 && 64BIT
625 select CRYPTO_SHA1
626 select CRYPTO_HASH
627 select CRYPTO_MCRYPTD
628 help
629 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
630 using multi-buffer technique. This algorithm computes on
631 multiple data lanes concurrently with SIMD instructions for
632 better throughput. It should not be enabled by default but
633 used when there is significant amount of work to keep the keep
634 the data lanes filled to get performance benefit. If the data
635 lanes remain unfilled, a flush operation will be initiated to
636 process the crypto jobs, adding a slight latency.
637
584fffc8
SS
638config CRYPTO_SHA256
639 tristate "SHA224 and SHA256 digest algorithm"
50e109b5 640 select CRYPTO_HASH
1da177e4 641 help
584fffc8 642 SHA256 secure hash standard (DFIPS 180-2).
1da177e4 643
584fffc8
SS
644 This version of SHA implements a 256 bit hash with 128 bits of
645 security against collision attacks.
2729bb42 646
b6d44341
AB
647 This code also includes SHA-224, a 224 bit hash with 112 bits
648 of security against collision attacks.
584fffc8 649
2ecc1e95
MS
650config CRYPTO_SHA256_PPC_SPE
651 tristate "SHA224 and SHA256 digest algorithm (PPC SPE)"
652 depends on PPC && SPE
653 select CRYPTO_SHA256
654 select CRYPTO_HASH
655 help
656 SHA224 and SHA256 secure hash standard (DFIPS 180-2)
657 implemented using powerpc SPE SIMD instruction set.
658
efdb6f6e
AK
659config CRYPTO_SHA256_OCTEON
660 tristate "SHA224 and SHA256 digest algorithm (OCTEON)"
661 depends on CPU_CAVIUM_OCTEON
662 select CRYPTO_SHA256
663 select CRYPTO_HASH
664 help
665 SHA-256 secure hash standard (DFIPS 180-2) implemented
666 using OCTEON crypto instructions, when available.
667
86c93b24
DM
668config CRYPTO_SHA256_SPARC64
669 tristate "SHA224 and SHA256 digest algorithm (SPARC64)"
670 depends on SPARC64
671 select CRYPTO_SHA256
672 select CRYPTO_HASH
673 help
674 SHA-256 secure hash standard (DFIPS 180-2) implemented
675 using sparc64 crypto instructions, when available.
676
584fffc8
SS
677config CRYPTO_SHA512
678 tristate "SHA384 and SHA512 digest algorithms"
bd9d20db 679 select CRYPTO_HASH
b9f535ff 680 help
584fffc8 681 SHA512 secure hash standard (DFIPS 180-2).
b9f535ff 682
584fffc8
SS
683 This version of SHA implements a 512 bit hash with 256 bits of
684 security against collision attacks.
b9f535ff 685
584fffc8
SS
686 This code also includes SHA-384, a 384 bit hash with 192 bits
687 of security against collision attacks.
b9f535ff 688
efdb6f6e
AK
689config CRYPTO_SHA512_OCTEON
690 tristate "SHA384 and SHA512 digest algorithms (OCTEON)"
691 depends on CPU_CAVIUM_OCTEON
692 select CRYPTO_SHA512
693 select CRYPTO_HASH
694 help
695 SHA-512 secure hash standard (DFIPS 180-2) implemented
696 using OCTEON crypto instructions, when available.
697
775e0c69
DM
698config CRYPTO_SHA512_SPARC64
699 tristate "SHA384 and SHA512 digest algorithm (SPARC64)"
700 depends on SPARC64
701 select CRYPTO_SHA512
702 select CRYPTO_HASH
703 help
704 SHA-512 secure hash standard (DFIPS 180-2) implemented
705 using sparc64 crypto instructions, when available.
706
584fffc8
SS
707config CRYPTO_TGR192
708 tristate "Tiger digest algorithms"
f63fbd3d 709 select CRYPTO_HASH
eaf44088 710 help
584fffc8 711 Tiger hash algorithm 192, 160 and 128-bit hashes
eaf44088 712
584fffc8
SS
713 Tiger is a hash function optimized for 64-bit processors while
714 still having decent performance on 32-bit processors.
715 Tiger was developed by Ross Anderson and Eli Biham.
eaf44088
JF
716
717 See also:
584fffc8 718 <http://www.cs.technion.ac.il/~biham/Reports/Tiger/>.
eaf44088 719
584fffc8
SS
720config CRYPTO_WP512
721 tristate "Whirlpool digest algorithms"
4946510b 722 select CRYPTO_HASH
1da177e4 723 help
584fffc8 724 Whirlpool hash algorithm 512, 384 and 256-bit hashes
1da177e4 725
584fffc8
SS
726 Whirlpool-512 is part of the NESSIE cryptographic primitives.
727 Whirlpool will be part of the ISO/IEC 10118-3:2003(E) standard
1da177e4
LT
728
729 See also:
6d8de74c 730 <http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html>
584fffc8 731
0e1227d3
HY
732config CRYPTO_GHASH_CLMUL_NI_INTEL
733 tristate "GHASH digest algorithm (CLMUL-NI accelerated)"
8af00860 734 depends on X86 && 64BIT
0e1227d3
HY
735 select CRYPTO_CRYPTD
736 help
737 GHASH is message digest algorithm for GCM (Galois/Counter Mode).
738 The implementation is accelerated by CLMUL-NI of Intel.
739
584fffc8 740comment "Ciphers"
1da177e4
LT
741
742config CRYPTO_AES
743 tristate "AES cipher algorithms"
cce9e06d 744 select CRYPTO_ALGAPI
1da177e4 745 help
584fffc8 746 AES cipher algorithms (FIPS-197). AES uses the Rijndael
1da177e4
LT
747 algorithm.
748
749 Rijndael appears to be consistently a very good performer in
584fffc8
SS
750 both hardware and software across a wide range of computing
751 environments regardless of its use in feedback or non-feedback
752 modes. Its key setup time is excellent, and its key agility is
753 good. Rijndael's very low memory requirements make it very well
754 suited for restricted-space environments, in which it also
755 demonstrates excellent performance. Rijndael's operations are
756 among the easiest to defend against power and timing attacks.
1da177e4 757
584fffc8 758 The AES specifies three key sizes: 128, 192 and 256 bits
1da177e4
LT
759
760 See <http://csrc.nist.gov/CryptoToolkit/aes/> for more information.
761
762config CRYPTO_AES_586
763 tristate "AES cipher algorithms (i586)"
cce9e06d
HX
764 depends on (X86 || UML_X86) && !64BIT
765 select CRYPTO_ALGAPI
5157dea8 766 select CRYPTO_AES
1da177e4 767 help
584fffc8 768 AES cipher algorithms (FIPS-197). AES uses the Rijndael
1da177e4
LT
769 algorithm.
770
771 Rijndael appears to be consistently a very good performer in
584fffc8
SS
772 both hardware and software across a wide range of computing
773 environments regardless of its use in feedback or non-feedback
774 modes. Its key setup time is excellent, and its key agility is
775 good. Rijndael's very low memory requirements make it very well
776 suited for restricted-space environments, in which it also
777 demonstrates excellent performance. Rijndael's operations are
778 among the easiest to defend against power and timing attacks.
1da177e4 779
584fffc8 780 The AES specifies three key sizes: 128, 192 and 256 bits
a2a892a2
AS
781
782 See <http://csrc.nist.gov/encryption/aes/> for more information.
783
784config CRYPTO_AES_X86_64
785 tristate "AES cipher algorithms (x86_64)"
cce9e06d
HX
786 depends on (X86 || UML_X86) && 64BIT
787 select CRYPTO_ALGAPI
81190b32 788 select CRYPTO_AES
a2a892a2 789 help
584fffc8 790 AES cipher algorithms (FIPS-197). AES uses the Rijndael
a2a892a2
AS
791 algorithm.
792
793 Rijndael appears to be consistently a very good performer in
584fffc8
SS
794 both hardware and software across a wide range of computing
795 environments regardless of its use in feedback or non-feedback
796 modes. Its key setup time is excellent, and its key agility is
54b6a1bd
HY
797 good. Rijndael's very low memory requirements make it very well
798 suited for restricted-space environments, in which it also
799 demonstrates excellent performance. Rijndael's operations are
800 among the easiest to defend against power and timing attacks.
801
802 The AES specifies three key sizes: 128, 192 and 256 bits
803
804 See <http://csrc.nist.gov/encryption/aes/> for more information.
805
806config CRYPTO_AES_NI_INTEL
807 tristate "AES cipher algorithms (AES-NI)"
8af00860 808 depends on X86
0d258efb
MK
809 select CRYPTO_AES_X86_64 if 64BIT
810 select CRYPTO_AES_586 if !64BIT
54b6a1bd 811 select CRYPTO_CRYPTD
801201aa 812 select CRYPTO_ABLK_HELPER
54b6a1bd 813 select CRYPTO_ALGAPI
7643a11a 814 select CRYPTO_GLUE_HELPER_X86 if 64BIT
023af608
JK
815 select CRYPTO_LRW
816 select CRYPTO_XTS
54b6a1bd
HY
817 help
818 Use Intel AES-NI instructions for AES algorithm.
819
820 AES cipher algorithms (FIPS-197). AES uses the Rijndael
821 algorithm.
822
823 Rijndael appears to be consistently a very good performer in
824 both hardware and software across a wide range of computing
825 environments regardless of its use in feedback or non-feedback
826 modes. Its key setup time is excellent, and its key agility is
584fffc8
SS
827 good. Rijndael's very low memory requirements make it very well
828 suited for restricted-space environments, in which it also
829 demonstrates excellent performance. Rijndael's operations are
830 among the easiest to defend against power and timing attacks.
a2a892a2 831
584fffc8 832 The AES specifies three key sizes: 128, 192 and 256 bits
1da177e4
LT
833
834 See <http://csrc.nist.gov/encryption/aes/> for more information.
835
0d258efb
MK
836 In addition to AES cipher algorithm support, the acceleration
837 for some popular block cipher mode is supported too, including
838 ECB, CBC, LRW, PCBC, XTS. The 64 bit version has additional
839 acceleration for CTR.
2cf4ac8b 840
9bf4852d
DM
841config CRYPTO_AES_SPARC64
842 tristate "AES cipher algorithms (SPARC64)"
843 depends on SPARC64
844 select CRYPTO_CRYPTD
845 select CRYPTO_ALGAPI
846 help
847 Use SPARC64 crypto opcodes for AES algorithm.
848
849 AES cipher algorithms (FIPS-197). AES uses the Rijndael
850 algorithm.
851
852 Rijndael appears to be consistently a very good performer in
853 both hardware and software across a wide range of computing
854 environments regardless of its use in feedback or non-feedback
855 modes. Its key setup time is excellent, and its key agility is
856 good. Rijndael's very low memory requirements make it very well
857 suited for restricted-space environments, in which it also
858 demonstrates excellent performance. Rijndael's operations are
859 among the easiest to defend against power and timing attacks.
860
861 The AES specifies three key sizes: 128, 192 and 256 bits
862
863 See <http://csrc.nist.gov/encryption/aes/> for more information.
864
865 In addition to AES cipher algorithm support, the acceleration
866 for some popular block cipher mode is supported too, including
867 ECB and CBC.
868
504c6143
MS
869config CRYPTO_AES_PPC_SPE
870 tristate "AES cipher algorithms (PPC SPE)"
871 depends on PPC && SPE
872 help
873 AES cipher algorithms (FIPS-197). Additionally the acceleration
874 for popular block cipher modes ECB, CBC, CTR and XTS is supported.
875 This module should only be used for low power (router) devices
876 without hardware AES acceleration (e.g. caam crypto). It reduces the
877 size of the AES tables from 16KB to 8KB + 256 bytes and mitigates
878 timining attacks. Nevertheless it might be not as secure as other
879 architecture specific assembler implementations that work on 1KB
880 tables or 256 bytes S-boxes.
881
584fffc8
SS
882config CRYPTO_ANUBIS
883 tristate "Anubis cipher algorithm"
884 select CRYPTO_ALGAPI
885 help
886 Anubis cipher algorithm.
887
888 Anubis is a variable key length cipher which can use keys from
889 128 bits to 320 bits in length. It was evaluated as a entrant
890 in the NESSIE competition.
891
892 See also:
6d8de74c
JM
893 <https://www.cosic.esat.kuleuven.be/nessie/reports/>
894 <http://www.larc.usp.br/~pbarreto/AnubisPage.html>
584fffc8
SS
895
896config CRYPTO_ARC4
897 tristate "ARC4 cipher algorithm"
b9b0f080 898 select CRYPTO_BLKCIPHER
584fffc8
SS
899 help
900 ARC4 cipher algorithm.
901
902 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
903 bits in length. This algorithm is required for driver-based
904 WEP, but it should not be for other purposes because of the
905 weakness of the algorithm.
906
907config CRYPTO_BLOWFISH
908 tristate "Blowfish cipher algorithm"
909 select CRYPTO_ALGAPI
52ba867c 910 select CRYPTO_BLOWFISH_COMMON
584fffc8
SS
911 help
912 Blowfish cipher algorithm, by Bruce Schneier.
913
914 This is a variable key length cipher which can use keys from 32
915 bits to 448 bits in length. It's fast, simple and specifically
916 designed for use on "large microprocessors".
917
918 See also:
919 <http://www.schneier.com/blowfish.html>
920
52ba867c
JK
921config CRYPTO_BLOWFISH_COMMON
922 tristate
923 help
924 Common parts of the Blowfish cipher algorithm shared by the
925 generic c and the assembler implementations.
926
927 See also:
928 <http://www.schneier.com/blowfish.html>
929
64b94cea
JK
930config CRYPTO_BLOWFISH_X86_64
931 tristate "Blowfish cipher algorithm (x86_64)"
f21a7c19 932 depends on X86 && 64BIT
64b94cea
JK
933 select CRYPTO_ALGAPI
934 select CRYPTO_BLOWFISH_COMMON
935 help
936 Blowfish cipher algorithm (x86_64), by Bruce Schneier.
937
938 This is a variable key length cipher which can use keys from 32
939 bits to 448 bits in length. It's fast, simple and specifically
940 designed for use on "large microprocessors".
941
942 See also:
943 <http://www.schneier.com/blowfish.html>
944
584fffc8
SS
945config CRYPTO_CAMELLIA
946 tristate "Camellia cipher algorithms"
947 depends on CRYPTO
948 select CRYPTO_ALGAPI
949 help
950 Camellia cipher algorithms module.
951
952 Camellia is a symmetric key block cipher developed jointly
953 at NTT and Mitsubishi Electric Corporation.
954
955 The Camellia specifies three key sizes: 128, 192 and 256 bits.
956
957 See also:
958 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
959
0b95ec56
JK
960config CRYPTO_CAMELLIA_X86_64
961 tristate "Camellia cipher algorithm (x86_64)"
f21a7c19 962 depends on X86 && 64BIT
0b95ec56
JK
963 depends on CRYPTO
964 select CRYPTO_ALGAPI
964263af 965 select CRYPTO_GLUE_HELPER_X86
0b95ec56
JK
966 select CRYPTO_LRW
967 select CRYPTO_XTS
968 help
969 Camellia cipher algorithm module (x86_64).
970
971 Camellia is a symmetric key block cipher developed jointly
972 at NTT and Mitsubishi Electric Corporation.
973
974 The Camellia specifies three key sizes: 128, 192 and 256 bits.
975
976 See also:
d9b1d2e7
JK
977 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
978
979config CRYPTO_CAMELLIA_AESNI_AVX_X86_64
980 tristate "Camellia cipher algorithm (x86_64/AES-NI/AVX)"
981 depends on X86 && 64BIT
982 depends on CRYPTO
983 select CRYPTO_ALGAPI
984 select CRYPTO_CRYPTD
801201aa 985 select CRYPTO_ABLK_HELPER
d9b1d2e7
JK
986 select CRYPTO_GLUE_HELPER_X86
987 select CRYPTO_CAMELLIA_X86_64
988 select CRYPTO_LRW
989 select CRYPTO_XTS
990 help
991 Camellia cipher algorithm module (x86_64/AES-NI/AVX).
992
993 Camellia is a symmetric key block cipher developed jointly
994 at NTT and Mitsubishi Electric Corporation.
995
996 The Camellia specifies three key sizes: 128, 192 and 256 bits.
997
998 See also:
0b95ec56
JK
999 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1000
f3f935a7
JK
1001config CRYPTO_CAMELLIA_AESNI_AVX2_X86_64
1002 tristate "Camellia cipher algorithm (x86_64/AES-NI/AVX2)"
1003 depends on X86 && 64BIT
1004 depends on CRYPTO
1005 select CRYPTO_ALGAPI
1006 select CRYPTO_CRYPTD
801201aa 1007 select CRYPTO_ABLK_HELPER
f3f935a7
JK
1008 select CRYPTO_GLUE_HELPER_X86
1009 select CRYPTO_CAMELLIA_X86_64
1010 select CRYPTO_CAMELLIA_AESNI_AVX_X86_64
1011 select CRYPTO_LRW
1012 select CRYPTO_XTS
1013 help
1014 Camellia cipher algorithm module (x86_64/AES-NI/AVX2).
1015
1016 Camellia is a symmetric key block cipher developed jointly
1017 at NTT and Mitsubishi Electric Corporation.
1018
1019 The Camellia specifies three key sizes: 128, 192 and 256 bits.
1020
1021 See also:
1022 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1023
81658ad0
DM
1024config CRYPTO_CAMELLIA_SPARC64
1025 tristate "Camellia cipher algorithm (SPARC64)"
1026 depends on SPARC64
1027 depends on CRYPTO
1028 select CRYPTO_ALGAPI
1029 help
1030 Camellia cipher algorithm module (SPARC64).
1031
1032 Camellia is a symmetric key block cipher developed jointly
1033 at NTT and Mitsubishi Electric Corporation.
1034
1035 The Camellia specifies three key sizes: 128, 192 and 256 bits.
1036
1037 See also:
1038 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1039
044ab525
JK
1040config CRYPTO_CAST_COMMON
1041 tristate
1042 help
1043 Common parts of the CAST cipher algorithms shared by the
1044 generic c and the assembler implementations.
1045
1da177e4
LT
1046config CRYPTO_CAST5
1047 tristate "CAST5 (CAST-128) cipher algorithm"
cce9e06d 1048 select CRYPTO_ALGAPI
044ab525 1049 select CRYPTO_CAST_COMMON
1da177e4
LT
1050 help
1051 The CAST5 encryption algorithm (synonymous with CAST-128) is
1052 described in RFC2144.
1053
4d6d6a2c
JG
1054config CRYPTO_CAST5_AVX_X86_64
1055 tristate "CAST5 (CAST-128) cipher algorithm (x86_64/AVX)"
1056 depends on X86 && 64BIT
1057 select CRYPTO_ALGAPI
1058 select CRYPTO_CRYPTD
801201aa 1059 select CRYPTO_ABLK_HELPER
044ab525 1060 select CRYPTO_CAST_COMMON
4d6d6a2c
JG
1061 select CRYPTO_CAST5
1062 help
1063 The CAST5 encryption algorithm (synonymous with CAST-128) is
1064 described in RFC2144.
1065
1066 This module provides the Cast5 cipher algorithm that processes
1067 sixteen blocks parallel using the AVX instruction set.
1068
1da177e4
LT
1069config CRYPTO_CAST6
1070 tristate "CAST6 (CAST-256) cipher algorithm"
cce9e06d 1071 select CRYPTO_ALGAPI
044ab525 1072 select CRYPTO_CAST_COMMON
1da177e4
LT
1073 help
1074 The CAST6 encryption algorithm (synonymous with CAST-256) is
1075 described in RFC2612.
1076
4ea1277d
JG
1077config CRYPTO_CAST6_AVX_X86_64
1078 tristate "CAST6 (CAST-256) cipher algorithm (x86_64/AVX)"
1079 depends on X86 && 64BIT
1080 select CRYPTO_ALGAPI
1081 select CRYPTO_CRYPTD
801201aa 1082 select CRYPTO_ABLK_HELPER
4ea1277d 1083 select CRYPTO_GLUE_HELPER_X86
044ab525 1084 select CRYPTO_CAST_COMMON
4ea1277d
JG
1085 select CRYPTO_CAST6
1086 select CRYPTO_LRW
1087 select CRYPTO_XTS
1088 help
1089 The CAST6 encryption algorithm (synonymous with CAST-256) is
1090 described in RFC2612.
1091
1092 This module provides the Cast6 cipher algorithm that processes
1093 eight blocks parallel using the AVX instruction set.
1094
584fffc8
SS
1095config CRYPTO_DES
1096 tristate "DES and Triple DES EDE cipher algorithms"
cce9e06d 1097 select CRYPTO_ALGAPI
1da177e4 1098 help
584fffc8 1099 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
fb4f10ed 1100
c5aac2df
DM
1101config CRYPTO_DES_SPARC64
1102 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
97da37b3 1103 depends on SPARC64
c5aac2df
DM
1104 select CRYPTO_ALGAPI
1105 select CRYPTO_DES
1106 help
1107 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3),
1108 optimized using SPARC64 crypto opcodes.
1109
6574e6c6
JK
1110config CRYPTO_DES3_EDE_X86_64
1111 tristate "Triple DES EDE cipher algorithm (x86-64)"
1112 depends on X86 && 64BIT
1113 select CRYPTO_ALGAPI
1114 select CRYPTO_DES
1115 help
1116 Triple DES EDE (FIPS 46-3) algorithm.
1117
1118 This module provides implementation of the Triple DES EDE cipher
1119 algorithm that is optimized for x86-64 processors. Two versions of
1120 algorithm are provided; regular processing one input block and
1121 one that processes three blocks parallel.
1122
584fffc8
SS
1123config CRYPTO_FCRYPT
1124 tristate "FCrypt cipher algorithm"
cce9e06d 1125 select CRYPTO_ALGAPI
584fffc8 1126 select CRYPTO_BLKCIPHER
1da177e4 1127 help
584fffc8 1128 FCrypt algorithm used by RxRPC.
1da177e4
LT
1129
1130config CRYPTO_KHAZAD
1131 tristate "Khazad cipher algorithm"
cce9e06d 1132 select CRYPTO_ALGAPI
1da177e4
LT
1133 help
1134 Khazad cipher algorithm.
1135
1136 Khazad was a finalist in the initial NESSIE competition. It is
1137 an algorithm optimized for 64-bit processors with good performance
1138 on 32-bit processors. Khazad uses an 128 bit key size.
1139
1140 See also:
6d8de74c 1141 <http://www.larc.usp.br/~pbarreto/KhazadPage.html>
1da177e4 1142
2407d608 1143config CRYPTO_SALSA20
3b4afaf2 1144 tristate "Salsa20 stream cipher algorithm"
2407d608
TSH
1145 select CRYPTO_BLKCIPHER
1146 help
1147 Salsa20 stream cipher algorithm.
1148
1149 Salsa20 is a stream cipher submitted to eSTREAM, the ECRYPT
1150 Stream Cipher Project. See <http://www.ecrypt.eu.org/stream/>
974e4b75
TSH
1151
1152 The Salsa20 stream cipher algorithm is designed by Daniel J.
1153 Bernstein <djb@cr.yp.to>. See <http://cr.yp.to/snuffle.html>
1154
1155config CRYPTO_SALSA20_586
3b4afaf2 1156 tristate "Salsa20 stream cipher algorithm (i586)"
974e4b75 1157 depends on (X86 || UML_X86) && !64BIT
974e4b75 1158 select CRYPTO_BLKCIPHER
974e4b75
TSH
1159 help
1160 Salsa20 stream cipher algorithm.
1161
1162 Salsa20 is a stream cipher submitted to eSTREAM, the ECRYPT
1163 Stream Cipher Project. See <http://www.ecrypt.eu.org/stream/>
9a7dafbb
TSH
1164
1165 The Salsa20 stream cipher algorithm is designed by Daniel J.
1166 Bernstein <djb@cr.yp.to>. See <http://cr.yp.to/snuffle.html>
1167
1168config CRYPTO_SALSA20_X86_64
3b4afaf2 1169 tristate "Salsa20 stream cipher algorithm (x86_64)"
9a7dafbb 1170 depends on (X86 || UML_X86) && 64BIT
9a7dafbb 1171 select CRYPTO_BLKCIPHER
9a7dafbb
TSH
1172 help
1173 Salsa20 stream cipher algorithm.
1174
1175 Salsa20 is a stream cipher submitted to eSTREAM, the ECRYPT
1176 Stream Cipher Project. See <http://www.ecrypt.eu.org/stream/>
2407d608
TSH
1177
1178 The Salsa20 stream cipher algorithm is designed by Daniel J.
1179 Bernstein <djb@cr.yp.to>. See <http://cr.yp.to/snuffle.html>
1da177e4 1180
c08d0e64
MW
1181config CRYPTO_CHACHA20
1182 tristate "ChaCha20 cipher algorithm"
1183 select CRYPTO_BLKCIPHER
1184 help
1185 ChaCha20 cipher algorithm, RFC7539.
1186
1187 ChaCha20 is a 256-bit high-speed stream cipher designed by Daniel J.
1188 Bernstein and further specified in RFC7539 for use in IETF protocols.
1189 This is the portable C implementation of ChaCha20.
1190
1191 See also:
1192 <http://cr.yp.to/chacha/chacha-20080128.pdf>
1193
584fffc8
SS
1194config CRYPTO_SEED
1195 tristate "SEED cipher algorithm"
cce9e06d 1196 select CRYPTO_ALGAPI
1da177e4 1197 help
584fffc8 1198 SEED cipher algorithm (RFC4269).
1da177e4 1199
584fffc8
SS
1200 SEED is a 128-bit symmetric key block cipher that has been
1201 developed by KISA (Korea Information Security Agency) as a
1202 national standard encryption algorithm of the Republic of Korea.
1203 It is a 16 round block cipher with the key size of 128 bit.
1204
1205 See also:
1206 <http://www.kisa.or.kr/kisa/seed/jsp/seed_eng.jsp>
1207
1208config CRYPTO_SERPENT
1209 tristate "Serpent cipher algorithm"
cce9e06d 1210 select CRYPTO_ALGAPI
1da177e4 1211 help
584fffc8 1212 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
1da177e4 1213
584fffc8
SS
1214 Keys are allowed to be from 0 to 256 bits in length, in steps
1215 of 8 bits. Also includes the 'Tnepres' algorithm, a reversed
1216 variant of Serpent for compatibility with old kerneli.org code.
1217
1218 See also:
1219 <http://www.cl.cam.ac.uk/~rja14/serpent.html>
1220
937c30d7
JK
1221config CRYPTO_SERPENT_SSE2_X86_64
1222 tristate "Serpent cipher algorithm (x86_64/SSE2)"
1223 depends on X86 && 64BIT
1224 select CRYPTO_ALGAPI
341975bf 1225 select CRYPTO_CRYPTD
801201aa 1226 select CRYPTO_ABLK_HELPER
596d8750 1227 select CRYPTO_GLUE_HELPER_X86
937c30d7 1228 select CRYPTO_SERPENT
feaf0cfc
JK
1229 select CRYPTO_LRW
1230 select CRYPTO_XTS
937c30d7
JK
1231 help
1232 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
1233
1234 Keys are allowed to be from 0 to 256 bits in length, in steps
1235 of 8 bits.
1236
1e6232f8 1237 This module provides Serpent cipher algorithm that processes eight
937c30d7
JK
1238 blocks parallel using SSE2 instruction set.
1239
1240 See also:
1241 <http://www.cl.cam.ac.uk/~rja14/serpent.html>
1242
251496db
JK
1243config CRYPTO_SERPENT_SSE2_586
1244 tristate "Serpent cipher algorithm (i586/SSE2)"
1245 depends on X86 && !64BIT
1246 select CRYPTO_ALGAPI
341975bf 1247 select CRYPTO_CRYPTD
801201aa 1248 select CRYPTO_ABLK_HELPER
596d8750 1249 select CRYPTO_GLUE_HELPER_X86
251496db 1250 select CRYPTO_SERPENT
feaf0cfc
JK
1251 select CRYPTO_LRW
1252 select CRYPTO_XTS
251496db
JK
1253 help
1254 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
1255
1256 Keys are allowed to be from 0 to 256 bits in length, in steps
1257 of 8 bits.
1258
1259 This module provides Serpent cipher algorithm that processes four
1260 blocks parallel using SSE2 instruction set.
1261
1262 See also:
1263 <http://www.cl.cam.ac.uk/~rja14/serpent.html>
7efe4076
JG
1264
1265config CRYPTO_SERPENT_AVX_X86_64
1266 tristate "Serpent cipher algorithm (x86_64/AVX)"
1267 depends on X86 && 64BIT
1268 select CRYPTO_ALGAPI
1269 select CRYPTO_CRYPTD
801201aa 1270 select CRYPTO_ABLK_HELPER
1d0debbd 1271 select CRYPTO_GLUE_HELPER_X86
7efe4076
JG
1272 select CRYPTO_SERPENT
1273 select CRYPTO_LRW
1274 select CRYPTO_XTS
1275 help
1276 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
1277
1278 Keys are allowed to be from 0 to 256 bits in length, in steps
1279 of 8 bits.
1280
1281 This module provides the Serpent cipher algorithm that processes
1282 eight blocks parallel using the AVX instruction set.
1283
1284 See also:
1285 <http://www.cl.cam.ac.uk/~rja14/serpent.html>
251496db 1286
56d76c96
JK
1287config CRYPTO_SERPENT_AVX2_X86_64
1288 tristate "Serpent cipher algorithm (x86_64/AVX2)"
1289 depends on X86 && 64BIT
1290 select CRYPTO_ALGAPI
1291 select CRYPTO_CRYPTD
801201aa 1292 select CRYPTO_ABLK_HELPER
56d76c96
JK
1293 select CRYPTO_GLUE_HELPER_X86
1294 select CRYPTO_SERPENT
1295 select CRYPTO_SERPENT_AVX_X86_64
1296 select CRYPTO_LRW
1297 select CRYPTO_XTS
1298 help
1299 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
1300
1301 Keys are allowed to be from 0 to 256 bits in length, in steps
1302 of 8 bits.
1303
1304 This module provides Serpent cipher algorithm that processes 16
1305 blocks parallel using AVX2 instruction set.
1306
1307 See also:
1308 <http://www.cl.cam.ac.uk/~rja14/serpent.html>
1309
584fffc8
SS
1310config CRYPTO_TEA
1311 tristate "TEA, XTEA and XETA cipher algorithms"
cce9e06d 1312 select CRYPTO_ALGAPI
1da177e4 1313 help
584fffc8 1314 TEA cipher algorithm.
1da177e4 1315
584fffc8
SS
1316 Tiny Encryption Algorithm is a simple cipher that uses
1317 many rounds for security. It is very fast and uses
1318 little memory.
1319
1320 Xtendend Tiny Encryption Algorithm is a modification to
1321 the TEA algorithm to address a potential key weakness
1322 in the TEA algorithm.
1323
1324 Xtendend Encryption Tiny Algorithm is a mis-implementation
1325 of the XTEA algorithm for compatibility purposes.
1326
1327config CRYPTO_TWOFISH
1328 tristate "Twofish cipher algorithm"
04ac7db3 1329 select CRYPTO_ALGAPI
584fffc8 1330 select CRYPTO_TWOFISH_COMMON
04ac7db3 1331 help
584fffc8 1332 Twofish cipher algorithm.
04ac7db3 1333
584fffc8
SS
1334 Twofish was submitted as an AES (Advanced Encryption Standard)
1335 candidate cipher by researchers at CounterPane Systems. It is a
1336 16 round block cipher supporting key sizes of 128, 192, and 256
1337 bits.
04ac7db3 1338
584fffc8
SS
1339 See also:
1340 <http://www.schneier.com/twofish.html>
1341
1342config CRYPTO_TWOFISH_COMMON
1343 tristate
1344 help
1345 Common parts of the Twofish cipher algorithm shared by the
1346 generic c and the assembler implementations.
1347
1348config CRYPTO_TWOFISH_586
1349 tristate "Twofish cipher algorithms (i586)"
1350 depends on (X86 || UML_X86) && !64BIT
1351 select CRYPTO_ALGAPI
1352 select CRYPTO_TWOFISH_COMMON
1353 help
1354 Twofish cipher algorithm.
1355
1356 Twofish was submitted as an AES (Advanced Encryption Standard)
1357 candidate cipher by researchers at CounterPane Systems. It is a
1358 16 round block cipher supporting key sizes of 128, 192, and 256
1359 bits.
04ac7db3
NT
1360
1361 See also:
584fffc8 1362 <http://www.schneier.com/twofish.html>
04ac7db3 1363
584fffc8
SS
1364config CRYPTO_TWOFISH_X86_64
1365 tristate "Twofish cipher algorithm (x86_64)"
1366 depends on (X86 || UML_X86) && 64BIT
cce9e06d 1367 select CRYPTO_ALGAPI
584fffc8 1368 select CRYPTO_TWOFISH_COMMON
1da177e4 1369 help
584fffc8 1370 Twofish cipher algorithm (x86_64).
1da177e4 1371
584fffc8
SS
1372 Twofish was submitted as an AES (Advanced Encryption Standard)
1373 candidate cipher by researchers at CounterPane Systems. It is a
1374 16 round block cipher supporting key sizes of 128, 192, and 256
1375 bits.
1376
1377 See also:
1378 <http://www.schneier.com/twofish.html>
1379
8280daad
JK
1380config CRYPTO_TWOFISH_X86_64_3WAY
1381 tristate "Twofish cipher algorithm (x86_64, 3-way parallel)"
f21a7c19 1382 depends on X86 && 64BIT
8280daad
JK
1383 select CRYPTO_ALGAPI
1384 select CRYPTO_TWOFISH_COMMON
1385 select CRYPTO_TWOFISH_X86_64
414cb5e7 1386 select CRYPTO_GLUE_HELPER_X86
e7cda5d2
JK
1387 select CRYPTO_LRW
1388 select CRYPTO_XTS
8280daad
JK
1389 help
1390 Twofish cipher algorithm (x86_64, 3-way parallel).
1391
1392 Twofish was submitted as an AES (Advanced Encryption Standard)
1393 candidate cipher by researchers at CounterPane Systems. It is a
1394 16 round block cipher supporting key sizes of 128, 192, and 256
1395 bits.
1396
1397 This module provides Twofish cipher algorithm that processes three
1398 blocks parallel, utilizing resources of out-of-order CPUs better.
1399
1400 See also:
1401 <http://www.schneier.com/twofish.html>
1402
107778b5
JG
1403config CRYPTO_TWOFISH_AVX_X86_64
1404 tristate "Twofish cipher algorithm (x86_64/AVX)"
1405 depends on X86 && 64BIT
1406 select CRYPTO_ALGAPI
1407 select CRYPTO_CRYPTD
801201aa 1408 select CRYPTO_ABLK_HELPER
a7378d4e 1409 select CRYPTO_GLUE_HELPER_X86
107778b5
JG
1410 select CRYPTO_TWOFISH_COMMON
1411 select CRYPTO_TWOFISH_X86_64
1412 select CRYPTO_TWOFISH_X86_64_3WAY
1413 select CRYPTO_LRW
1414 select CRYPTO_XTS
1415 help
1416 Twofish cipher algorithm (x86_64/AVX).
1417
1418 Twofish was submitted as an AES (Advanced Encryption Standard)
1419 candidate cipher by researchers at CounterPane Systems. It is a
1420 16 round block cipher supporting key sizes of 128, 192, and 256
1421 bits.
1422
1423 This module provides the Twofish cipher algorithm that processes
1424 eight blocks parallel using the AVX Instruction Set.
1425
1426 See also:
1427 <http://www.schneier.com/twofish.html>
1428
584fffc8
SS
1429comment "Compression"
1430
1431config CRYPTO_DEFLATE
1432 tristate "Deflate compression algorithm"
1433 select CRYPTO_ALGAPI
1434 select ZLIB_INFLATE
1435 select ZLIB_DEFLATE
3c09f17c 1436 help
584fffc8
SS
1437 This is the Deflate algorithm (RFC1951), specified for use in
1438 IPSec with the IPCOMP protocol (RFC3173, RFC2394).
1439
1440 You will most probably want this if using IPSec.
3c09f17c 1441
bf68e65e
GU
1442config CRYPTO_ZLIB
1443 tristate "Zlib compression algorithm"
1444 select CRYPTO_PCOMP
1445 select ZLIB_INFLATE
1446 select ZLIB_DEFLATE
1447 select NLATTR
1448 help
1449 This is the zlib algorithm.
1450
0b77abb3
ZS
1451config CRYPTO_LZO
1452 tristate "LZO compression algorithm"
1453 select CRYPTO_ALGAPI
1454 select LZO_COMPRESS
1455 select LZO_DECOMPRESS
1456 help
1457 This is the LZO algorithm.
1458
35a1fc18
SJ
1459config CRYPTO_842
1460 tristate "842 compression algorithm"
2062c5b6
DS
1461 select CRYPTO_ALGAPI
1462 select 842_COMPRESS
1463 select 842_DECOMPRESS
35a1fc18
SJ
1464 help
1465 This is the 842 algorithm.
0ea8530d
CM
1466
1467config CRYPTO_LZ4
1468 tristate "LZ4 compression algorithm"
1469 select CRYPTO_ALGAPI
1470 select LZ4_COMPRESS
1471 select LZ4_DECOMPRESS
1472 help
1473 This is the LZ4 algorithm.
1474
1475config CRYPTO_LZ4HC
1476 tristate "LZ4HC compression algorithm"
1477 select CRYPTO_ALGAPI
1478 select LZ4HC_COMPRESS
1479 select LZ4_DECOMPRESS
1480 help
1481 This is the LZ4 high compression mode algorithm.
35a1fc18 1482
17f0f4a4
NH
1483comment "Random Number Generation"
1484
1485config CRYPTO_ANSI_CPRNG
1486 tristate "Pseudo Random Number Generation for Cryptographic modules"
4e4ed83b 1487 default m
17f0f4a4
NH
1488 select CRYPTO_AES
1489 select CRYPTO_RNG
17f0f4a4
NH
1490 help
1491 This option enables the generic pseudo random number generator
1492 for cryptographic modules. Uses the Algorithm specified in
7dd607e8
JK
1493 ANSI X9.31 A.2.4. Note that this option must be enabled if
1494 CRYPTO_FIPS is selected
17f0f4a4 1495
f2c89a10 1496menuconfig CRYPTO_DRBG_MENU
419090c6 1497 tristate "NIST SP800-90A DRBG"
419090c6
SM
1498 help
1499 NIST SP800-90A compliant DRBG. In the following submenu, one or
1500 more of the DRBG types must be selected.
1501
f2c89a10 1502if CRYPTO_DRBG_MENU
419090c6
SM
1503
1504config CRYPTO_DRBG_HMAC
1505 bool "Enable HMAC DRBG"
1506 default y
419090c6
SM
1507 select CRYPTO_HMAC
1508 help
1509 Enable the HMAC DRBG variant as defined in NIST SP800-90A.
1510
1511config CRYPTO_DRBG_HASH
1512 bool "Enable Hash DRBG"
419090c6
SM
1513 select CRYPTO_HASH
1514 help
1515 Enable the Hash DRBG variant as defined in NIST SP800-90A.
1516
1517config CRYPTO_DRBG_CTR
1518 bool "Enable CTR DRBG"
419090c6
SM
1519 select CRYPTO_AES
1520 help
1521 Enable the CTR DRBG variant as defined in NIST SP800-90A.
1522
f2c89a10
HX
1523config CRYPTO_DRBG
1524 tristate
1525 default CRYPTO_DRBG_MENU if (CRYPTO_DRBG_HMAC || CRYPTO_DRBG_HASH || CRYPTO_DRBG_CTR)
1526 select CRYPTO_RNG
bb5530e4 1527 select CRYPTO_JITTERENTROPY
f2c89a10
HX
1528
1529endif # if CRYPTO_DRBG_MENU
419090c6 1530
bb5530e4
SM
1531config CRYPTO_JITTERENTROPY
1532 tristate "Jitterentropy Non-Deterministic Random Number Generator"
1533 help
1534 The Jitterentropy RNG is a noise that is intended
1535 to provide seed to another RNG. The RNG does not
1536 perform any cryptographic whitening of the generated
1537 random numbers. This Jitterentropy RNG registers with
1538 the kernel crypto API and can be used by any caller.
1539
03c8efc1
HX
1540config CRYPTO_USER_API
1541 tristate
1542
fe869cdb
HX
1543config CRYPTO_USER_API_HASH
1544 tristate "User-space interface for hash algorithms"
7451708f 1545 depends on NET
fe869cdb
HX
1546 select CRYPTO_HASH
1547 select CRYPTO_USER_API
1548 help
1549 This option enables the user-spaces interface for hash
1550 algorithms.
1551
8ff59090
HX
1552config CRYPTO_USER_API_SKCIPHER
1553 tristate "User-space interface for symmetric key cipher algorithms"
7451708f 1554 depends on NET
8ff59090
HX
1555 select CRYPTO_BLKCIPHER
1556 select CRYPTO_USER_API
1557 help
1558 This option enables the user-spaces interface for symmetric
1559 key cipher algorithms.
1560
2f375538
SM
1561config CRYPTO_USER_API_RNG
1562 tristate "User-space interface for random number generator algorithms"
1563 depends on NET
1564 select CRYPTO_RNG
1565 select CRYPTO_USER_API
1566 help
1567 This option enables the user-spaces interface for random
1568 number generator algorithms.
1569
b64a2d95
HX
1570config CRYPTO_USER_API_AEAD
1571 tristate "User-space interface for AEAD cipher algorithms"
1572 depends on NET
1573 select CRYPTO_AEAD
1574 select CRYPTO_USER_API
1575 help
1576 This option enables the user-spaces interface for AEAD
1577 cipher algorithms.
1578
ee08997f
DK
1579config CRYPTO_HASH_INFO
1580 bool
1581
1da177e4 1582source "drivers/crypto/Kconfig"
964f3b3b 1583source crypto/asymmetric_keys/Kconfig
1da177e4 1584
cce9e06d 1585endif # if CRYPTO