Skip to content

Commit

Permalink
crypto: doc - fix separation of cipher / req API
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
smuellerDD authored and Jonathan Corbet committed Dec 13, 2016
1 parent 0184cfe commit c30c98d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Documentation/crypto/api-akcipher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@ 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
:functions: crypto_akcipher_maxsize

.. kernel-doc:: include/crypto/akcipher.h
:functions: akcipher_request_free
:functions: crypto_akcipher_encrypt

.. kernel-doc:: include/crypto/akcipher.h
:functions: akcipher_request_set_callback
:functions: crypto_akcipher_decrypt

.. kernel-doc:: include/crypto/akcipher.h
:functions: akcipher_request_set_crypt
:functions: crypto_akcipher_sign

.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_akcipher_maxsize
:functions: crypto_akcipher_verify

Asymmetric Cipher Request Handle
--------------------------------

.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_akcipher_encrypt
:functions: akcipher_request_alloc

.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_akcipher_decrypt
:functions: akcipher_request_free

.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_akcipher_sign
:functions: akcipher_request_set_callback

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

0 comments on commit c30c98d

Please sign in to comment.