blob: 78a7ce48a331e5ff7fc307944457b12d8e79b4bf [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
8 :functions: aead_request
9
10.. kernel-doc:: include/crypto/aead.h
11 :functions: 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
18
19.. kernel-doc:: include/crypto/aead.h
20 :functions: crypto_free_aead
21
22.. kernel-doc:: include/crypto/aead.h
23 :functions: crypto_aead_ivsize
24
25.. kernel-doc:: include/crypto/aead.h
26 :functions: crypto_aead_authsize
27
28.. kernel-doc:: include/crypto/aead.h
29 :functions: crypto_aead_blocksize
30
31.. kernel-doc:: include/crypto/aead.h
32 :functions: crypto_aead_setkey
33
34.. kernel-doc:: include/crypto/aead.h
35 :functions: crypto_aead_setauthsize
36
37.. kernel-doc:: include/crypto/aead.h
38 :functions: crypto_aead_encrypt
39
40.. kernel-doc:: include/crypto/aead.h
41 :functions: crypto_aead_decrypt
42
43Asynchronous AEAD Request Handle
44--------------------------------
45
46.. kernel-doc:: include/crypto/aead.h
47 :doc: Asynchronous AEAD Request Handle
48
49.. kernel-doc:: include/crypto/aead.h
50 :functions: crypto_aead_reqsize
51
52.. kernel-doc:: include/crypto/aead.h
53 :functions: aead_request_set_tfm
54
55.. kernel-doc:: include/crypto/aead.h
56 :functions: aead_request_alloc
57
58.. kernel-doc:: include/crypto/aead.h
59 :functions: aead_request_free
60
61.. kernel-doc:: include/crypto/aead.h
62 :functions: aead_request_set_callback
63
64.. kernel-doc:: include/crypto/aead.h
65 :functions: aead_request_set_crypt
66
67.. kernel-doc:: include/crypto/aead.h
68 :functions: aead_request_set_ad