Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[linux-block.git] / Documentation / crypto / api-aead.rst
CommitLineData
3b72c814
SM
1Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
2--------------------------------------------------------------------------
3
4.. kernel-doc:: include/crypto/aead.h
5 :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
6
7.. kernel-doc:: include/crypto/aead.h
3fa71d0f 8 :functions: aead_request aead_alg
3b72c814
SM
9
10Authenticated Encryption With Associated Data (AEAD) Cipher API
11---------------------------------------------------------------
12
13.. kernel-doc:: include/crypto/aead.h
3fa71d0f 14 :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
3b72c814
SM
15
16Asynchronous AEAD Request Handle
17--------------------------------
18
19.. kernel-doc:: include/crypto/aead.h
20 :doc: Asynchronous AEAD Request Handle
21
22.. kernel-doc:: include/crypto/aead.h
3fa71d0f 23 :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