diff options
Diffstat (limited to 'core/linux.html')
-rw-r--r-- | core/linux.html | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/core/linux.html b/core/linux.html index f04b193..f4dd14f 100644 --- a/core/linux.html +++ b/core/linux.html @@ -559,6 +559,9 @@ <dd>HugeTLB file system support</dd> + <dt>CONFIG_FUSE_FS=y</dt> + <dd>FUSE (Filesystem in Userspace) support</dd> + </dl> <h3 id="hack">2.1.2.12 Kernel hacking</h3> @@ -682,6 +685,47 @@ </dl> <h3 id="crypt">2.1.2.14 Cryptographic API</h3> + + <pre> + + <dt>CONFIG_CRYPTO_LRW</dt> + <dd>Liskov Rivest Wagner, a tweakable, non malleable, non movable + narrow block cipher mode for dm-crypt.</dd> + + <dt>CONFIG_CRYPTO_RMD160=y</dt> + <dt>CONFIG_CRYPTO_RMD256=y</dt> + <dt>CONFIG_CRYPTO_RMD320=y</dt> + <dd>RIPEMD 160/256/320 digest algorithm</dd> + + <dt>CONFIG_CRYPTO_SHA256=y</dt> + <dd>SHA224 and SHA256 digest algorithm<dd> + + <dt>CONFIG_CRYPTO_SHA512=y</dt> + <dd>SHA384 and SHA512 digest algorithms</dd> + + <dt>CONFIG_CRYPTO_WP512=y</dt> + <dd>Whirlpool digest algorithms</dd> + + <dt>CONFIG_CRYPTO_DES3_EDE_X86_64=y</dt> + <dd>DES and Triple DES EDE cipher algorithms<dd> + + <dt>CONFIG_CRYPTO_SERPENT=y</dt> + <dd>Serpent cipher algorithm</dd> + + <dt>CONFIG_CRYPTO_TWOFISH=y<dt> + <dd>Twofish cipher algorithm</dd> + + <pre> + * MD4 digest algorithm + * MD5 digest algorithm + * SHA1 digest algorithm + * Blowfish cipher algorithm + * AES cipher algorithms + * CAST5 (CAST-128) cipher algorithm + * CAST6 (CAST-256) cipher algorithm + * Deflate compression algorithm + </pre> + <h3 id="virt">2.1.2.15 Virtualization</h3> <dl> @@ -812,7 +856,7 @@ </pre> <a href="index.html">Core OS Index</a> - <p>This is part of the c9-doc Manual. + <p>This is part of the Hive System Documentation. Copyright (C) 2018 c9 team. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> |