about summary refs log tree commit diff stats
path: root/core/linux.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2018-07-17 00:07:20 +0100
committerSilvino Silva <silvino@bk.ru>2018-07-17 00:07:20 +0100
commitfa4a1dbc55e566b6f891636ed0301bf6a188b312 (patch)
treeda34dbb85daf65ed993f5b6d56847d7d37cb0cd3 /core/linux.html
parent214aa23801332d2120df208f9d9042fd51c5f2d3 (diff)
downloaddoc-fa4a1dbc55e566b6f891636ed0301bf6a188b312.tar.gz
release revision
Diffstat (limited to 'core/linux.html')
-rw-r--r--core/linux.html45
1 files changed, 38 insertions, 7 deletions
diff --git a/core/linux.html b/core/linux.html
index 0cfecd6..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>