Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 1 | Asymmetric 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 | |
| 10 | Asymmetric 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 Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 28 | .. 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 Mueller | c30c98d | 2016-10-21 04:57:57 +0200 | [diff] [blame^] | 42 | |
| 43 | Asymmetric 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 |