Skip to content

Commit c30c98d

Browse files
smuellerDDJonathan Corbet
authored andcommitted
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 <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 0184cfe commit c30c98d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Documentation/crypto/api-akcipher.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@ Asymmetric Cipher API
2525
.. kernel-doc:: include/crypto/akcipher.h
2626
:functions: crypto_akcipher_set_priv_key
2727

28-
Asymmetric Cipher Request Handle
29-
--------------------------------
30-
3128
.. kernel-doc:: include/crypto/akcipher.h
32-
:functions: akcipher_request_alloc
29+
:functions: crypto_akcipher_maxsize
3330

3431
.. kernel-doc:: include/crypto/akcipher.h
35-
:functions: akcipher_request_free
32+
:functions: crypto_akcipher_encrypt
3633

3734
.. kernel-doc:: include/crypto/akcipher.h
38-
:functions: akcipher_request_set_callback
35+
:functions: crypto_akcipher_decrypt
3936

4037
.. kernel-doc:: include/crypto/akcipher.h
41-
:functions: akcipher_request_set_crypt
38+
:functions: crypto_akcipher_sign
4239

4340
.. kernel-doc:: include/crypto/akcipher.h
44-
:functions: crypto_akcipher_maxsize
41+
:functions: crypto_akcipher_verify
42+
43+
Asymmetric Cipher Request Handle
44+
--------------------------------
4545

4646
.. kernel-doc:: include/crypto/akcipher.h
47-
:functions: crypto_akcipher_encrypt
47+
:functions: akcipher_request_alloc
4848

4949
.. kernel-doc:: include/crypto/akcipher.h
50-
:functions: crypto_akcipher_decrypt
50+
:functions: akcipher_request_free
5151

5252
.. kernel-doc:: include/crypto/akcipher.h
53-
:functions: crypto_akcipher_sign
53+
:functions: akcipher_request_set_callback
5454

5555
.. kernel-doc:: include/crypto/akcipher.h
56-
:functions: crypto_akcipher_verify
56+
:functions: akcipher_request_set_crypt

0 commit comments

Comments
 (0)