Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [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 |
Stephan Mueller | 3fa71d0 | 2016-10-21 05:00:02 +0200 | [diff] [blame] | 8 | :functions: aead_request aead_alg |
Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 9 | |
| 10 | Authenticated Encryption With Associated Data (AEAD) Cipher API |
| 11 | --------------------------------------------------------------- |
| 12 | |
| 13 | .. kernel-doc:: include/crypto/aead.h |
Stephan Mueller | 3fa71d0 | 2016-10-21 05:00:02 +0200 | [diff] [blame] | 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 |
Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 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 |
Stephan Mueller | 3fa71d0 | 2016-10-21 05:00:02 +0200 | [diff] [blame] | 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 |