1Authenticated Encryption With Associated Data (AEAD) 2==================================================== 3 4Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions 5-------------------------------------------------------------------------- 6 7.. kernel-doc:: include/crypto/aead.h 8 :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API 9 10.. kernel-doc:: include/crypto/aead.h 11 :functions: aead_request aead_alg 12 13Authenticated Encryption With Associated Data (AEAD) Cipher API 14--------------------------------------------------------------- 15 16.. kernel-doc:: include/crypto/aead.h 17 :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 18 19Asynchronous AEAD Request Handle 20-------------------------------- 21 22.. kernel-doc:: include/crypto/aead.h 23 :doc: Asynchronous AEAD Request Handle 24 25.. kernel-doc:: include/crypto/aead.h 26 :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 27