blob: d15256f1ae36961a063ac99d51c60cfa60197c9c [file] [log] [blame]
Stephan Mueller3b72c812016-10-21 04:54:22 +02001Authenticated 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 Mueller3fa71d02016-10-21 05:00:02 +02008 :functions: aead_request aead_alg
Stephan Mueller3b72c812016-10-21 04:54:22 +02009
10Authenticated Encryption With Associated Data (AEAD) Cipher API
11---------------------------------------------------------------
12
13.. kernel-doc:: include/crypto/aead.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +020014 :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 Mueller3b72c812016-10-21 04:54:22 +020015
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
Stephan Mueller3fa71d02016-10-21 05:00:02 +020023 :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