diff options
author | Silvino Silva <silvino@bk.ru> | 2018-07-18 21:50:28 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-07-18 21:50:28 +0100 |
commit | ef8c5710e3188580c24f73228860b79cad57290e (patch) | |
tree | 2e4206fffed0ecdf66b0649919617438fac62214 /core/linux.html | |
parent | 6eacde73690fab3ce6e34fb99034e8f2917a1164 (diff) | |
parent | 8e26cc1ca02691e621a82c274e9cfcd90181ccbe (diff) | |
download | doc-ef8c5710e3188580c24f73228860b79cad57290e.tar.gz |
Merge branch 'master' into develop
Diffstat (limited to 'core/linux.html')
-rw-r--r-- | core/linux.html | 47 |
1 files changed, 39 insertions, 8 deletions
diff --git a/core/linux.html b/core/linux.html index 1592fc4..f4dd14f 100644 --- a/core/linux.html +++ b/core/linux.html @@ -687,13 +687,44 @@ <h3 id="crypt">2.1.2.14 Cryptographic API</h3> <pre> - RIPEMD-160 digest algorithm - SHA384 and SHA512 digest algorithms - Whirlpool digest algorithms - LRW support - Serpent cipher algorithm - Twofish cipher algorithm - </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> @@ -825,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> |