crypto: doc - fix separation of cipher / req API
Keep the cipher API and the request API function documentation in
separate sections.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
diff --git a/Documentation/crypto/api-akcipher.rst b/Documentation/crypto/api-akcipher.rst
index 305e616..49e0ab6 100644
--- a/Documentation/crypto/api-akcipher.rst
+++ b/Documentation/crypto/api-akcipher.rst
@@ -25,21 +25,6 @@
.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_akcipher_set_priv_key
-Asymmetric Cipher Request Handle
---------------------------------
-
-.. kernel-doc:: include/crypto/akcipher.h
- :functions: akcipher_request_alloc
-
-.. kernel-doc:: include/crypto/akcipher.h
- :functions: akcipher_request_free
-
-.. kernel-doc:: include/crypto/akcipher.h
- :functions: akcipher_request_set_callback
-
-.. kernel-doc:: include/crypto/akcipher.h
- :functions: akcipher_request_set_crypt
-
.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_akcipher_maxsize
@@ -54,3 +39,18 @@
.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_akcipher_verify
+
+Asymmetric Cipher Request Handle
+--------------------------------
+
+.. kernel-doc:: include/crypto/akcipher.h
+ :functions: akcipher_request_alloc
+
+.. kernel-doc:: include/crypto/akcipher.h
+ :functions: akcipher_request_free
+
+.. kernel-doc:: include/crypto/akcipher.h
+ :functions: akcipher_request_set_callback
+
+.. kernel-doc:: include/crypto/akcipher.h
+ :functions: akcipher_request_set_crypt