blob: 49e0ab68dd2c6f8ca5ca9af7b4e9939cbf4360d5 [file] [log] [blame]
Stephan Mueller3b72c812016-10-21 04:54:22 +02001Asymmetric 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
Stephan Mueller3b72c812016-10-21 04:54:22 +020028.. kernel-doc:: include/crypto/akcipher.h
29 :functions: crypto_akcipher_maxsize
30
31.. kernel-doc:: include/crypto/akcipher.h
32 :functions: crypto_akcipher_encrypt
33
34.. kernel-doc:: include/crypto/akcipher.h
35 :functions: crypto_akcipher_decrypt
36
37.. kernel-doc:: include/crypto/akcipher.h
38 :functions: crypto_akcipher_sign
39
40.. kernel-doc:: include/crypto/akcipher.h
41 :functions: crypto_akcipher_verify
Stephan Muellerc30c98d2016-10-21 04:57:57 +020042
43Asymmetric Cipher Request Handle
44--------------------------------
45
46.. kernel-doc:: include/crypto/akcipher.h
47 :functions: akcipher_request_alloc
48
49.. kernel-doc:: include/crypto/akcipher.h
50 :functions: akcipher_request_free
51
52.. kernel-doc:: include/crypto/akcipher.h
53 :functions: akcipher_request_set_callback
54
55.. kernel-doc:: include/crypto/akcipher.h
56 :functions: akcipher_request_set_crypt