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>
This commit is contained in:
parent
0184cfe72d
commit
c30c98d174
@ -25,21 +25,6 @@ Asymmetric Cipher API
|
|||||||
.. kernel-doc:: include/crypto/akcipher.h
|
.. kernel-doc:: include/crypto/akcipher.h
|
||||||
:functions: crypto_akcipher_set_priv_key
|
: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
|
.. kernel-doc:: include/crypto/akcipher.h
|
||||||
:functions: crypto_akcipher_maxsize
|
:functions: crypto_akcipher_maxsize
|
||||||
|
|
||||||
@ -54,3 +39,18 @@ Asymmetric Cipher Request Handle
|
|||||||
|
|
||||||
.. kernel-doc:: include/crypto/akcipher.h
|
.. kernel-doc:: include/crypto/akcipher.h
|
||||||
:functions: crypto_akcipher_verify
|
: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
|
||||||
|
Loading…
Reference in New Issue
Block a user