From 3b72c814a8e8cd638e1ba0da4dfce501e9dff5af Mon Sep 17 00:00:00 2001 From: Stephan Mueller Date: Fri, 21 Oct 2016 04:54:22 +0200 Subject: crypto: doc - convert crypto API documentation to Sphinx With the conversion of the kernel crypto API DocBook to Sphinx, the monolithic document is broken up into individual documents. The documentation is unchanged with the exception of a slight reordering to keep the individual document parts self-contained. Signed-off-by: Stephan Mueller Signed-off-by: Jonathan Corbet --- Documentation/crypto/api-rng.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Documentation/crypto/api-rng.rst (limited to 'Documentation/crypto/api-rng.rst') diff --git a/Documentation/crypto/api-rng.rst b/Documentation/crypto/api-rng.rst new file mode 100644 index 0000000..0d7ee78 --- /dev/null +++ b/Documentation/crypto/api-rng.rst @@ -0,0 +1,32 @@ +Random Number Algorithm Definitions +----------------------------------- + +.. kernel-doc:: include/crypto/rng.h + :functions: rng_alg + +Crypto API Random Number API +---------------------------- + +.. kernel-doc:: include/crypto/rng.h + :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 -- cgit v1.1