mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 16:44:27 +08:00
c30c98d174
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>
57 lines
1.5 KiB
ReStructuredText
57 lines
1.5 KiB
ReStructuredText
Asymmetric Cipher Algorithm Definitions
|
|
---------------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: akcipher_alg
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: akcipher_request
|
|
|
|
Asymmetric Cipher API
|
|
---------------------
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:doc: Generic Public Key API
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: crypto_alloc_akcipher
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: crypto_free_akcipher
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: crypto_akcipher_set_pub_key
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: crypto_akcipher_set_priv_key
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: crypto_akcipher_maxsize
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: crypto_akcipher_encrypt
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: crypto_akcipher_decrypt
|
|
|
|
.. kernel-doc:: include/crypto/akcipher.h
|
|
:functions: crypto_akcipher_sign
|
|
|
|
.. 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
|