From c30c98d174e5ecbb5d70c7c92846d4d884f8b38a Mon Sep 17 00:00:00 2001 From: Stephan Mueller Date: Fri, 21 Oct 2016 04:57:57 +0200 Subject: [PATCH] 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 Signed-off-by: Jonathan Corbet --- Documentation/crypto/api-akcipher.rst | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Documentation/crypto/api-akcipher.rst b/Documentation/crypto/api-akcipher.rst index 305e616991c39..49e0ab68dd2c6 100644 --- a/Documentation/crypto/api-akcipher.rst +++ b/Documentation/crypto/api-akcipher.rst @@ -25,21 +25,6 @@ Asymmetric Cipher API .. 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 @@ Asymmetric Cipher Request Handle .. 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