aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/crypto
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2016-10-20 22:57:57 -0400
committerJonathan Corbet <corbet@lwn.net>2016-12-13 18:38:05 -0500
commitc30c98d174e5ecbb5d70c7c92846d4d884f8b38a (patch)
tree140fbcacc622aa31168cec3b13d9b8981e5649d0 /Documentation/crypto
parent0184cfe72d2f139c4feed7f3820ba2269f5de322 (diff)
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>
Diffstat (limited to 'Documentation/crypto')
-rw-r--r--Documentation/crypto/api-akcipher.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/Documentation/crypto/api-akcipher.rst b/Documentation/crypto/api-akcipher.rst
index 305e616991c3..49e0ab68dd2c 100644
--- a/Documentation/crypto/api-akcipher.rst
+++ b/Documentation/crypto/api-akcipher.rst
@@ -25,32 +25,32 @@ Asymmetric Cipher API
25.. kernel-doc:: include/crypto/akcipher.h 25.. kernel-doc:: include/crypto/akcipher.h
26 :functions: crypto_akcipher_set_priv_key 26 :functions: crypto_akcipher_set_priv_key
27 27
28Asymmetric Cipher Request Handle
29--------------------------------
30
31.. kernel-doc:: include/crypto/akcipher.h 28.. kernel-doc:: include/crypto/akcipher.h
32 :functions: akcipher_request_alloc 29 :functions: crypto_akcipher_maxsize
33 30
34.. kernel-doc:: include/crypto/akcipher.h 31.. kernel-doc:: include/crypto/akcipher.h
35 :functions: akcipher_request_free 32 :functions: crypto_akcipher_encrypt
36 33
37.. kernel-doc:: include/crypto/akcipher.h 34.. kernel-doc:: include/crypto/akcipher.h
38 :functions: akcipher_request_set_callback 35 :functions: crypto_akcipher_decrypt
39 36
40.. kernel-doc:: include/crypto/akcipher.h 37.. kernel-doc:: include/crypto/akcipher.h
41 :functions: akcipher_request_set_crypt 38 :functions: crypto_akcipher_sign
42 39
43.. kernel-doc:: include/crypto/akcipher.h 40.. kernel-doc:: include/crypto/akcipher.h
44 :functions: crypto_akcipher_maxsize 41 :functions: crypto_akcipher_verify
42
43Asymmetric Cipher Request Handle
44--------------------------------
45 45
46.. kernel-doc:: include/crypto/akcipher.h 46.. kernel-doc:: include/crypto/akcipher.h
47 :functions: crypto_akcipher_encrypt 47 :functions: akcipher_request_alloc
48 48
49.. kernel-doc:: include/crypto/akcipher.h 49.. kernel-doc:: include/crypto/akcipher.h
50 :functions: crypto_akcipher_decrypt 50 :functions: akcipher_request_free
51 51
52.. kernel-doc:: include/crypto/akcipher.h 52.. kernel-doc:: include/crypto/akcipher.h
53 :functions: crypto_akcipher_sign 53 :functions: akcipher_request_set_callback
54 54
55.. kernel-doc:: include/crypto/akcipher.h 55.. kernel-doc:: include/crypto/akcipher.h
56 :functions: crypto_akcipher_verify 56 :functions: akcipher_request_set_crypt