b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | Authenticated 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 |
| 8 | :functions: aead_request aead_alg |
| 9 | |
| 10 | Authenticated Encryption With Associated Data (AEAD) Cipher API |
| 11 | --------------------------------------------------------------- |
| 12 | |
| 13 | .. kernel-doc:: include/crypto/aead.h |
| 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 |
| 15 | |
| 16 | Asynchronous 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 |
| 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 |