source: postlfs/security/cryptsetup-kernel.xml@ e7cd19a

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since e7cd19a was 1417643, checked in by Xi Ruoyao <xry111@…>, 14 months ago

kernel-config: Update the script

  1. Don't throw unspecified entries too early. Doing so caused various rendering glitches. And we can now also check if an entry is selected but it's parent not.
  2. "menu"s in Kconfig can also have dependencies...

Some pre-existing .toml data files are found problematic after the
change, fix them and regenerate all rendered -kernel.xml files.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4<!-- Automatically generated by kernel-config.py
5 DO NOT EDIT! -->
6<screen><literal>Device Drivers ---&gt;
7 [*] Multiple devices driver support (RAID and LVM) ---&gt; [MD]
8 &lt;*/M&gt; Device mapper support [BLK_DEV_DM]
9 &lt;*/M&gt; Crypt target support [DM_CRYPT]
10-*- Cryptographic API ---&gt; [CRYPTO]
11 Block ciphers ---&gt;
12 &lt;*/M&gt; AES (Advanced Encryption Standard) [CRYPTO_AES]
13 # For tests:
14 &lt;*/M&gt; Twofish [CRYPTO_TWOFISH]
15 Length-preserving ciphers and modes ---&gt;
16 &lt;*/M&gt; XTS (XOR Encrypt XOR with ciphertext stealing) [CRYPTO_XTS]
17 Hashes, digests, and MACs ---&gt;
18 &lt;*/M&gt; SHA-224 and SHA-256 [CRYPTO_SHA256]
19 Userspace interface ---&gt;
20 &lt;*/M&gt; Symmetric key cipher algorithms [CRYPTO_USER_API_SKCIPHER]</literal></screen>
Note: See TracBrowser for help on using the repository browser.