summaryrefslogtreecommitdiff
path: root/Documentation/crypto/api-rng.rst
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2016-10-21 05:00:02 +0200
committerJonathan Corbet <corbet@lwn.net>2016-12-13 16:38:07 -0700
commit3fa71d0f58a9b9df84e8e79196f961bcfbf01b2e (patch)
treebeb00f800c10297418633bea8b96749a2ba17024 /Documentation/crypto/api-rng.rst
parent3f692d5f97cb834a42bcfb3cc10f5e390a9d7867 (diff)
crypto: doc - optimize compilation
The :functions: definition allows the specification of multiple function references which prevents parsing the header file multiple times. Reported-by: Jani Nikula <jani.nikula@linux.intel.com> Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/crypto/api-rng.rst')
-rw-r--r--Documentation/crypto/api-rng.rst20
1 files changed, 1 insertions, 19 deletions
diff --git a/Documentation/crypto/api-rng.rst b/Documentation/crypto/api-rng.rst
index 0d7ee78c4f32..10ba7436cee4 100644
--- a/Documentation/crypto/api-rng.rst
+++ b/Documentation/crypto/api-rng.rst
@@ -11,22 +11,4 @@ Crypto API Random Number API
:doc: Random number generator API
.. kernel-doc:: include/crypto/rng.h
- :functions: crypto_alloc_rng
-
-.. kernel-doc:: include/crypto/rng.h
- :functions: crypto_rng_alg
-
-.. kernel-doc:: include/crypto/rng.h
- :functions: crypto_free_rng
-
-.. kernel-doc:: include/crypto/rng.h
- :functions: crypto_rng_generate
-
-.. kernel-doc:: include/crypto/rng.h
- :functions: crypto_rng_get_bytes
-
-.. kernel-doc:: include/crypto/rng.h
- :functions: crypto_rng_reset
-
-.. kernel-doc:: include/crypto/rng.h
- :functions: crypto_rng_seedsize
+ :functions: crypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_bytes crypto_rng_reset crypto_rng_seedsize