]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/crypto/api-akcipher.rst
crypto: doc - clarify AEAD memory structure
[mirror_ubuntu-zesty-kernel.git] / Documentation / crypto / api-akcipher.rst
CommitLineData
3b72c814
SM
1Asymmetric Cipher Algorithm Definitions
2---------------------------------------
3
4.. kernel-doc:: include/crypto/akcipher.h
5 :functions: akcipher_alg
6
7.. kernel-doc:: include/crypto/akcipher.h
8 :functions: akcipher_request
9
10Asymmetric Cipher API
11---------------------
12
13.. kernel-doc:: include/crypto/akcipher.h
14 :doc: Generic Public Key API
15
16.. kernel-doc:: include/crypto/akcipher.h
17 :functions: crypto_alloc_akcipher
18
19.. kernel-doc:: include/crypto/akcipher.h
20 :functions: crypto_free_akcipher
21
22.. kernel-doc:: include/crypto/akcipher.h
23 :functions: crypto_akcipher_set_pub_key
24
25.. kernel-doc:: include/crypto/akcipher.h
26 :functions: crypto_akcipher_set_priv_key
27
3b72c814 28.. kernel-doc:: include/crypto/akcipher.h
c30c98d1 29 :functions: crypto_akcipher_maxsize
3b72c814
SM
30
31.. kernel-doc:: include/crypto/akcipher.h
c30c98d1 32 :functions: crypto_akcipher_encrypt
3b72c814
SM
33
34.. kernel-doc:: include/crypto/akcipher.h
c30c98d1 35 :functions: crypto_akcipher_decrypt
3b72c814
SM
36
37.. kernel-doc:: include/crypto/akcipher.h
c30c98d1 38 :functions: crypto_akcipher_sign
3b72c814
SM
39
40.. kernel-doc:: include/crypto/akcipher.h
c30c98d1
SM
41 :functions: crypto_akcipher_verify
42
43Asymmetric Cipher Request Handle
44--------------------------------
3b72c814
SM
45
46.. kernel-doc:: include/crypto/akcipher.h
c30c98d1 47 :functions: akcipher_request_alloc
3b72c814
SM
48
49.. kernel-doc:: include/crypto/akcipher.h
c30c98d1 50 :functions: akcipher_request_free
3b72c814
SM
51
52.. kernel-doc:: include/crypto/akcipher.h
c30c98d1 53 :functions: akcipher_request_set_callback
3b72c814
SM
54
55.. kernel-doc:: include/crypto/akcipher.h
c30c98d1 56 :functions: akcipher_request_set_crypt