24 lines · plain
1Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions2--------------------------------------------------------------------------3 4.. kernel-doc:: include/crypto/aead.h5 :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API6 7.. kernel-doc:: include/crypto/aead.h8 :functions: aead_request aead_alg9 10Authenticated Encryption With Associated Data (AEAD) Cipher API11---------------------------------------------------------------12 13.. kernel-doc:: include/crypto/aead.h14 :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_decrypt15 16Asynchronous AEAD Request Handle17--------------------------------18 19.. kernel-doc:: include/crypto/aead.h20 :doc: Asynchronous AEAD Request Handle21 22.. kernel-doc:: include/crypto/aead.h23 :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_ad24