mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 13:30:45 -05:00
Documentation for crypto programming interfaces lack explicit title. As such, all its sections become entries in the toctree index. Add the title heading to tidy up toctree. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
27 lines
1.1 KiB
ReStructuredText
27 lines
1.1 KiB
ReStructuredText
Authenticated Encryption With Associated Data (AEAD)
|
|
====================================================
|
|
|
|
Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
|
|
--------------------------------------------------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/aead.h
|
|
:doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
|
|
|
|
.. kernel-doc:: include/crypto/aead.h
|
|
:functions: aead_request aead_alg
|
|
|
|
Authenticated Encryption With Associated Data (AEAD) Cipher API
|
|
---------------------------------------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/aead.h
|
|
:functions: crypto_alloc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_aead_encrypt crypto_aead_decrypt
|
|
|
|
Asynchronous AEAD Request Handle
|
|
--------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/aead.h
|
|
:doc: Asynchronous AEAD Request Handle
|
|
|
|
.. kernel-doc:: include/crypto/aead.h
|
|
:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_request_set_callback aead_request_set_crypt aead_request_set_ad
|