summaryrefslogtreecommitdiffstats
path: root/Documentation/crypto
diff options
context:
space:
mode:
authorHook, Gary <Gary.Hook@amd.com>2019-06-25 23:43:43 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2019-07-03 22:13:12 +0800
commit5a35316d97914d56d6be8b3748b2437785e74790 (patch)
treecf43ea84a49b979e620a3c10c674bd7954beaa1d /Documentation/crypto
parent7367bfeb2c141fb3ddff6b09bb5dfeb739b3d245 (diff)
downloadlinux-stable-5a35316d97914d56d6be8b3748b2437785e74790.tar.gz
linux-stable-5a35316d97914d56d6be8b3748b2437785e74790.tar.bz2
linux-stable-5a35316d97914d56d6be8b3748b2437785e74790.zip
crypto: doc - Add parameter documentation
Fill in missing parameter descriptions for the compression algorithm, then pick them up to document for the compression_alg structure. Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/crypto')
-rw-r--r--Documentation/crypto/api-skcipher.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/crypto/api-skcipher.rst b/Documentation/crypto/api-skcipher.rst
index 4eec4a93f7e3..20ba08dddf2e 100644
--- a/Documentation/crypto/api-skcipher.rst
+++ b/Documentation/crypto/api-skcipher.rst
@@ -5,7 +5,7 @@ Block Cipher Algorithm Definitions
:doc: Block Cipher Algorithm Definitions
.. kernel-doc:: include/linux/crypto.h
- :functions: crypto_alg ablkcipher_alg blkcipher_alg cipher_alg
+ :functions: crypto_alg ablkcipher_alg blkcipher_alg cipher_alg compress_alg
Symmetric Key Cipher API
------------------------