Config.in.crypto 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. menu "Crypto kernel modules"
  2. config ADK_KERNEL_CRYPTO
  3. boolean
  4. default n
  5. config ADK_KERNEL_CRYPTO_HW
  6. boolean
  7. default n
  8. config ADK_KERNEL_OCF_FIPS
  9. boolean
  10. default n
  11. config ADK_KERNEL_OCF_CRYPTODEV
  12. boolean
  13. default n
  14. config ADK_KERNEL_CRYPTO_MANAGER
  15. tristate
  16. default n
  17. config ADK_KERNEL_OCF_OCF
  18. boolean
  19. default n
  20. select ADK_KERNEL_CRYPTO
  21. select ADK_KERNEL_OCF_FIPS
  22. select ADK_KERNEL_OCF_CRYPTODEV
  23. config ADK_KERNEL_CRYPTO_AES
  24. boolean
  25. default n
  26. config ADK_KERNEL_CRYPTO_SHA256
  27. boolean
  28. default n
  29. config ADK_KERNEL_CRYPTO_CBC
  30. boolean
  31. default n
  32. comment "Hardware cryptography"
  33. menu "Hardware crypto devices"
  34. config ADK_KPACKAGE_KMOD_CRYPTO_DEV_GEODE
  35. prompt "Support for the Geode LX/GX AES engine"
  36. tristate
  37. select ADK_KERNEL_CRYPTO_HW
  38. select ADK_KERNEL_CRYPTO
  39. depends on ADK_LINUX_ALIX
  40. help
  41. Say 'Y' here to use the AMD Geode LX processor on-board AES
  42. engine for the CryptoAPI AES algorithm.
  43. config ADK_KPACKAGE_KMOD_CRYPTO_DEV_HIFN_795X
  44. prompt "Driver HIFN 795x crypto accelerator chips"
  45. tristate
  46. select ADK_KERNEL_CRYPTO_HW
  47. select ADK_KERNEL_CRYPTO
  48. select ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER
  49. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  50. select ADK_KPACKAGE_KMOD_CRYPTO_DES
  51. help
  52. This option allows you to have support for HIFN 795x crypto adapters.
  53. endmenu
  54. menu "OpenBSD Cryptographic framework"
  55. depends on !(ADK_LINUX_CRIS_FOXBOARD || ADK_LINUX_MIPS_AG241 || ADK_LINUX_QEMU || ADK_LINUX_ARM_FOXG20)
  56. config ADK_KPACKAGE_KMOD_OCF_HIFN
  57. prompt "kmod-cryptodev-hifn................ hifn engine"
  58. tristate
  59. default n
  60. select ADK_KERNEL_OCF_OCF
  61. help
  62. Engine for cryptodev that uses Hifn based accelerators
  63. such as the 7951, 7955, 7956, 7751, 7811.
  64. config ADK_KPACKAGE_KMOD_OCF_SAFE
  65. prompt "kmod-cryptodev-safe................ safenet engine"
  66. tristate
  67. default n
  68. select ADK_KERNEL_OCF_OCF
  69. help
  70. Engine for cryptodev that uses a number of the safenet Excel
  71. crypto accelerators. Currently for the 1141 and 1741.
  72. config ADK_KPACKAGE_KMOD_OCF_IXP4XX
  73. prompt "kmod-cryptodev-ixp4xx.............. IXP4xx engine"
  74. tristate
  75. default n
  76. select ADK_KERNEL_OCF_OCF
  77. depends on ADK_arm
  78. help
  79. Engine for cryptodev that uses XScale IXP4xx.
  80. Requires the Intel Access library.
  81. config ADK_KPACKAGE_KMOD_OCF_TALITOS
  82. prompt "kmod-cryptodev-talitos............. talitos engine"
  83. tristate
  84. default n
  85. select ADK_KERNEL_OCF_OCF
  86. depends on ADK_powerpc || ADK_m68k || ADK_ppc
  87. help
  88. Engine for cryptodev that uses Freescale's security engine (SEC/talitos).
  89. endmenu
  90. comment "Software cryptography"
  91. menu "Crypto core / Block and Hash modes"
  92. config ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  93. prompt "kmod-crypto-algapi.................. Crypto algorithm API"
  94. tristate
  95. default n
  96. select ADK_KERNEL_CRYPTO
  97. help
  98. config ADK_KPACKAGE_KMOD_CRYPTO_AEAD
  99. prompt "kmod-crypto-aead.................... Crypto algorithm AEAD"
  100. tristate
  101. default n
  102. select ADK_KERNEL_CRYPTO
  103. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  104. help
  105. config ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
  106. prompt "kmod-crypto-manager.................. Crypto algorithm manager"
  107. tristate
  108. default n
  109. depends on !ADK_KERNEL_CRYPTO_MANAGER
  110. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  111. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  112. select ADK_KPACKAGE_KMOD_CRYPTO_AEAD
  113. help
  114. config ADK_KPACKAGE_KMOD_CRYPTO_HASH
  115. prompt "kmod-crypto-hash..................... Crypto hash support"
  116. tristate
  117. default n
  118. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  119. help
  120. config ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER
  121. prompt "kmod-crypto-blkcipher................ Crypto block cipher support"
  122. tristate
  123. default n
  124. select ADK_KPACKAGE_KMOD_CRYPTO_RNG2
  125. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  126. help
  127. config ADK_KPACKAGE_KMOD_CRYPTO_AUTHENC
  128. prompt "kmod-crypto-authenc.................. AuthENC (IPsec)"
  129. tristate
  130. select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
  131. default n
  132. help
  133. config ADK_KPACKAGE_KMOD_CRYPTO_SEQIV
  134. prompt "kmod-crypto-seqiv.................... Sequence Number IV Generator"
  135. select ADK_KPACKAGE_KMOD_CRYPTO_RNG2
  136. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  137. tristate
  138. help
  139. This IV generator generates an IV based on a sequence number by
  140. xoring it with a salt. This algorithm is mainly useful for CTR
  141. config ADK_KPACKAGE_KMOD_CRYPTO_CBC
  142. prompt "kmod-crypto-cbc...................... CBC support"
  143. tristate
  144. depends on !ADK_KERNEL_CRYPTO_CBC
  145. select ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER
  146. select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
  147. default n
  148. help
  149. CBC: Cipher Block Chaining mode
  150. This block cipher algorithm is required for IPSec.
  151. config ADK_KPACKAGE_KMOD_CRYPTO_CCM
  152. prompt "kmod-crypto-ccm...................... CCM support"
  153. tristate
  154. select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
  155. select ADK_KPACKAGE_KMOD_CRYPTO_CTR
  156. default n
  157. help
  158. Support for Counter with CBC MAC. Required for IPsec.
  159. config ADK_KPACKAGE_KMOD_CRYPTO_CTR
  160. prompt "kmod-crypto-ctr...................... CTR support"
  161. tristate
  162. select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
  163. select ADK_KPACKAGE_KMOD_CRYPTO_SEQIV
  164. default n
  165. help
  166. CTR: Counter mode
  167. This block cipher algorithm is required for IPSec.
  168. config ADK_KPACKAGE_KMOD_CRYPTO_ECB
  169. prompt "kmod-crypto-ecb...................... ECB support"
  170. tristate
  171. default n
  172. select ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER
  173. select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
  174. help
  175. ECB: Electronic CodeBook mode
  176. This is the simplest block cipher algorithm. It simply encrypts
  177. the input block by block.
  178. config ADK_KPACKAGE_KMOD_CRYPTO_HMAC
  179. prompt "kmod-crypto-hmac..................... HMAC support"
  180. tristate
  181. default n
  182. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  183. select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
  184. help
  185. HMAC: Keyed-Hashing for Message Authentication (RFC2104).
  186. This is required for IPSec.
  187. config ADK_KPACKAGE_KMOD_CRYPTO_RNG2
  188. prompt "kmod-crypto-rng...................... RNG support"
  189. tristate
  190. default n
  191. help
  192. Random number generator
  193. endmenu
  194. menu "Digest algorithms"
  195. config ADK_KPACKAGE_KMOD_CRYPTO_MD4
  196. prompt "kmod-crypto-md4...................... MD4 digest algorithm"
  197. tristate
  198. default n
  199. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  200. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  201. help
  202. MD4 message digest algorithm (RFC1320).
  203. config ADK_KPACKAGE_KMOD_CRYPTO_MD5
  204. prompt "kmod-crypto-md5...................... MD5 digest algorithm"
  205. tristate
  206. default n
  207. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  208. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  209. help
  210. MD5 message digest algorithm (RFC1321).
  211. config ADK_KPACKAGE_KMOD_CRYPTO_SHA1
  212. prompt "kmod-crypto-sha1..................... SHA1 digest algorithm"
  213. tristate
  214. default n
  215. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  216. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  217. help
  218. SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
  219. config ADK_KPACKAGE_KMOD_CRYPTO_SHA256
  220. prompt "kmod-crypto-sha256................... SHA256 digest algorithm"
  221. tristate
  222. default n
  223. depends on !ADK_KERNEL_CRYPTO_SHA256
  224. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  225. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  226. help
  227. SHA256 secure hash standard (DFIPS 180-2).
  228. This version of SHA implements a 256 bit hash with 128 bits of
  229. security against collision attacks.
  230. config ADK_KPACKAGE_KMOD_CRYPTO_SHA512
  231. prompt "kmod-crypto-sha512................... SHA512 digest algorithm"
  232. tristate
  233. default n
  234. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  235. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  236. help
  237. SHA512 secure hash standard (DFIPS 180-2).
  238. This version of SHA implements a 512 bit hash with 256 bits of
  239. security against collision attacks.
  240. This code also includes SHA-384, a 384 bit hash with 192 bits
  241. of security against collision attacks.
  242. config ADK_KPACKAGE_KMOD_CRYPTO_WP512
  243. prompt "kmod-crypto-whirlpool................ Whirlpool digest algorithms"
  244. tristate
  245. default n
  246. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  247. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  248. help
  249. Whirlpool hash algorithm 512, 384 and 256-bit hashes
  250. Whirlpool-512 is part of the NESSIE cryptographic primitives.
  251. Whirlpool will be part of the ISO/IEC 10118-3:2003(E) standard
  252. See also:
  253. <http://planeta.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html>
  254. config ADK_KPACKAGE_KMOD_CRYPTO_TGR192
  255. prompt "kmod-crypto-tiger.................... Tiger digest algorithms"
  256. tristate
  257. default n
  258. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  259. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  260. help
  261. Tiger hash algorithm 192, 160 and 128-bit hashes
  262. Tiger is a hash function optimized for 64-bit processors while
  263. still having decent performance on 32-bit processors.
  264. Tiger was developed by Ross Anderson and Eli Biham.
  265. See also:
  266. <http://www.cs.technion.ac.il/~biham/Reports/Tiger/>.
  267. endmenu
  268. menu "Cipher algoritms"
  269. config ADK_KPACKAGE_KMOD_CRYPTO_AES
  270. prompt "kmod-crypto-aes...................... AES cipher algorithms"
  271. tristate
  272. default n
  273. depends on !ADK_KERNEL_CRYPTO_AES
  274. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  275. help
  276. AES cipher algorithms (FIPS-197). AES uses the Rijndael
  277. algorithm.
  278. Rijndael appears to be consistently a very good performer in
  279. both hardware and software across a wide range of computing
  280. environments regardless of its use in feedback or non-feedback
  281. modes. Its key setup time is excellent, and its key agility is
  282. good. Rijndael's very low memory requirements make it very well
  283. suited for restricted-space environments, in which it also
  284. demonstrates excellent performance. Rijndael's operations are
  285. among the easiest to defend against power and timing attacks.
  286. The AES specifies three key sizes: 128, 192 and 256 bits
  287. See <http://csrc.nist.gov/CryptoToolkit/aes/> for more information.
  288. config ADK_KPACKAGE_KMOD_CRYPTO_AES_586
  289. prompt "kmod-crypto-aes-i586................. AES cipher algorithms (i586)"
  290. tristate
  291. default n
  292. depends on ADK_x86
  293. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  294. help
  295. AES cipher algorithms (FIPS-197). AES uses the Rijndael
  296. algorithm.
  297. Rijndael appears to be consistently a very good performer in
  298. both hardware and software across a wide range of computing
  299. environments regardless of its use in feedback or non-feedback
  300. modes. Its key setup time is excellent, and its key agility is
  301. good. Rijndael's very low memory requirements make it very well
  302. suited for restricted-space environments, in which it also
  303. demonstrates excellent performance. Rijndael's operations are
  304. among the easiest to defend against power and timing attacks.
  305. The AES specifies three key sizes: 128, 192 and 256 bits
  306. See <http://csrc.nist.gov/CryptoToolkit/aes/> for more information.
  307. config ADK_KPACKAGE_KMOD_CRYPTO_ANUBIS
  308. prompt "kmod-crypto-anubis................... Anubis cipher algorithm"
  309. tristate
  310. default n
  311. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  312. help
  313. Anubis cipher algorithm.
  314. Anubis is a variable key length cipher which can use keys from
  315. 128 bits to 320 bits in length. It was evaluated as a entrant
  316. in the NESSIE competition.
  317. See also:
  318. <https://www.cosic.esat.kuleuven.ac.be/nessie/reports/>
  319. <http://planeta.terra.com.br/informatica/paulobarreto/AnubisPage.html>
  320. config ADK_KPACKAGE_KMOD_CRYPTO_ARC4
  321. prompt "kmod-crypto-arc4..................... ARC4 cipher algorithm"
  322. tristate
  323. default n
  324. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  325. help
  326. ARC4 cipher algorithm.
  327. ARC4 is a stream cipher using keys ranging from 8 bits to 2048
  328. bits in length. This algorithm is required for driver-based
  329. WEP, but it should not be for other purposes because of the
  330. weakness of the algorithm.
  331. config ADK_KPACKAGE_KMOD_CRYPTO_BLOWFISH
  332. prompt "kmod-crypto-blowfish................. Blowfish cipher algorithm"
  333. tristate
  334. default n
  335. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  336. help
  337. Blowfish cipher algorithm, by Bruce Schneier.
  338. This is a variable key length cipher which can use keys from 32
  339. bits to 448 bits in length. It's fast, simple and specifically
  340. designed for use on "large microprocessors".
  341. See also:
  342. <http://www.schneier.com/blowfish.html>
  343. config ADK_KPACKAGE_KMOD_CRYPTO_CAMELLIA
  344. prompt "kmod-crypto-camellia................. Camellia cipher algorithms"
  345. tristate
  346. default n
  347. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  348. help
  349. Camellia cipher algorithms module.
  350. Camellia is a symmetric key block cipher developed jointly
  351. at NTT and Mitsubishi Electric Corporation.
  352. The Camellia specifies three key sizes: 128, 192 and 256 bits.
  353. See also:
  354. <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
  355. config ADK_KPACKAGE_KMOD_CRYPTO_CAST5
  356. prompt "kmod-crypto-cast5.................... CAST5 (CAST-128) cipher algorithm"
  357. tristate
  358. default n
  359. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  360. help
  361. The CAST5 encryption algorithm (synonymous with CAST-128) is
  362. described in RFC2144.
  363. config ADK_KPACKAGE_KMOD_CRYPTO_CAST6
  364. prompt "kmod-crypto-cast6.................... CAST6 (CATS-256) cipher algorithm"
  365. tristate
  366. default n
  367. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  368. help
  369. The CAST6 encryption algorithm (synonymous with CAST-256) is
  370. described in RFC2612.
  371. config ADK_KPACKAGE_KMOD_CRYPTO_DES
  372. prompt "kmod-crypto-des...................... DES and Triple DES EDE cipher algorithms"
  373. tristate
  374. default n
  375. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  376. help
  377. DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
  378. config ADK_KPACKAGE_KMOD_CRYPTO_FCRYPT
  379. prompt "kmod-crypto-fcrypt................... FCrypt cipher algorithms"
  380. tristate
  381. default n
  382. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  383. help
  384. FCrypt algorithm used by RxRPC.
  385. config ADK_KPACKAGE_KMOD_CRYPTO_KHAZAD
  386. prompt "kmod-crypto-khazad................... Khazad cipher algorithm"
  387. tristate
  388. default n
  389. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  390. help
  391. Khazad cipher algorithm.
  392. Khazad was a finalist in the initial NESSIE competition. It is
  393. an algorithm optimized for 64-bit processors with good performance
  394. on 32-bit processors. Khazad uses an 128 bit key size.
  395. See also:
  396. <http://planeta.terra.com.br/informatica/paulobarreto/KhazadPage.html>
  397. config ADK_KPACKAGE_KMOD_CRYPTO_SERPENT
  398. prompt "kmod-crypto-serpent.................. Serpent cipher algorithm"
  399. tristate
  400. default n
  401. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  402. help
  403. Serpent cipher algorithm, by Anderson, Biham & Knudsen.
  404. Keys are allowed to be from 0 to 256 bits in length, in steps
  405. of 8 bits. Also includes the 'Tnepres' algorithm, a reversed
  406. variant of Serpent for compatibility with old kerneli code.
  407. See also:
  408. <http://www.cl.cam.ac.uk/~rja14/serpent.html>
  409. config ADK_KPACKAGE_KMOD_CRYPTO_TEA
  410. prompt "kmod-crypto-tea...................... TEA, XTEA and XETA cipher algorithms"
  411. tristate
  412. default n
  413. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  414. help
  415. TEA cipher algorithm.
  416. Tiny Encryption Algorithm is a simple cipher that uses
  417. many rounds for security. It is very fast and uses
  418. little memory.
  419. Xtendend Tiny Encryption Algorithm is a modification to
  420. the TEA algorithm to address a potential key weakness
  421. in the TEA algorithm.
  422. Xtendend Encryption Tiny Algorithm is a mis-implementation
  423. of the XTEA algorithm for compatibility purposes.
  424. config ADK_KPACKAGE_KMOD_CRYPTO_TWOFISH
  425. prompt "kmod-crypto-twofish.................. Twofish cipher algorithm"
  426. tristate
  427. default n
  428. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  429. help
  430. Twofish cipher algorithm.
  431. Twofish was submitted as an AES (Advanced Encryption Standard)
  432. candidate cipher by researchers at CounterPane Systems. It is a
  433. 16 round block cipher supporting key sizes of 128, 192, and 256
  434. bits.
  435. See also:
  436. <http://www.schneier.com/twofish.html>
  437. config ADK_KPACKAGE_KMOD_CRYPTO_TWOFISH_586
  438. prompt "kmod-crypto-twofish-586.............. Twofish cipher algorithm (i586)"
  439. tristate
  440. default n
  441. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  442. depends on ADK_x86
  443. help
  444. Twofish cipher algorithm.
  445. Twofish was submitted as an AES (Advanced Encryption Standard)
  446. candidate cipher by researchers at CounterPane Systems. It is a
  447. 16 round block cipher supporting key sizes of 128, 192, and 256
  448. bits.
  449. See also:
  450. <http://www.schneier.com/twofish.html>
  451. config ADK_KPACKAGE_KMOD_CRYPTO_NULL
  452. prompt "kmod-crypto-null..................... Null algorithms"
  453. tristate
  454. select ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER
  455. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  456. default n
  457. help
  458. These are 'Null' algorithms, used by IPsec, which do nothing.
  459. endmenu
  460. menu "Compression"
  461. config ADK_KPACKAGE_KMOD_CRYPTO_DEFLATE
  462. prompt "kmod-crypto-deflate.................. Deflate compression algorithm"
  463. tristate
  464. default n
  465. select ADK_KERNEL_CRYPTO
  466. help
  467. This is the Deflate algorithm (RFC1951), specified for use in
  468. IPSec with the IPCOMP protocol (RFC3173, RFC2394).
  469. You will most probably want this if using IPSec.
  470. config ADK_KPACKAGE_KMOD_CRYPTO_LZO
  471. prompt "kmod-crypto-lzo...................... LZO compression algorithm"
  472. tristate
  473. default n
  474. select ADK_KERNEL_CRYPTO
  475. help
  476. config ADK_KPACKAGE_KMOD_CRYPTO_MICHAEL_MIC
  477. prompt "kmod-crypto-michael-mic.............. Michael MIC keyed digest algorithm"
  478. tristate
  479. default n
  480. select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
  481. help
  482. Michael MIC is used for message integrity protection in TKIP
  483. (IEEE 802.11i). This algorithm is required for TKIP, but it
  484. should not be used for other purposes because of the weakness
  485. of the algorithm.
  486. config ADK_KPACKAGE_KMOD_CRYPTO_CRC32C
  487. prompt "kmod-crypto-crc32c................... CRC32c CRC algorithm"
  488. tristate
  489. default n
  490. select ADK_KPACKAGE_KMOD_CRYPTO_HASH
  491. select ADK_KPACKAGE_KMOD_LIBCRC32C
  492. help
  493. Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used
  494. by iSCSI for header and data digests and by others.
  495. See Castagnoli93. This implementation uses lib/libcrc32c.
  496. Module will be crc32c.
  497. endmenu
  498. endmenu