blob: 7d86ab906bdf793b5995ab14ab390163343425ef [file] [log] [blame]
Stephan Mueller8d23da22016-10-21 04:58:20 +02001Key-agreement Protocol Primitives (KPP) Cipher Algorithm Definitions
2--------------------------------------------------------------------
3
4.. kernel-doc:: include/crypto/kpp.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +02005 :functions: kpp_request crypto_kpp kpp_alg kpp_secret
Stephan Mueller8d23da22016-10-21 04:58:20 +02006
7Key-agreement Protocol Primitives (KPP) Cipher API
8--------------------------------------------------
9
10.. kernel-doc:: include/crypto/kpp.h
11 :doc: Generic Key-agreement Protocol Primitives API
12
13.. kernel-doc:: include/crypto/kpp.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +020014 :functions: crypto_alloc_kpp crypto_free_kpp crypto_kpp_set_secret crypto_kpp_generate_public_key crypto_kpp_compute_shared_secret crypto_kpp_maxsize
Stephan Mueller8d23da22016-10-21 04:58:20 +020015
16Key-agreement Protocol Primitives (KPP) Cipher Request Handle
17-------------------------------------------------------------
18
19.. kernel-doc:: include/crypto/kpp.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +020020 :functions: kpp_request_alloc kpp_request_free kpp_request_set_callback kpp_request_set_input kpp_request_set_output
Stephan Mueller8d23da22016-10-21 04:58:20 +020021
22ECDH Helper Functions
23---------------------
24
25.. kernel-doc:: include/crypto/ecdh.h
26 :doc: ECDH Helper Functions
27
28.. kernel-doc:: include/crypto/ecdh.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +020029 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
Stephan Mueller8d23da22016-10-21 04:58:20 +020030
31DH Helper Functions
32-------------------
33
34.. kernel-doc:: include/crypto/dh.h
35 :doc: DH Helper Functions
36
37.. kernel-doc:: include/crypto/dh.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +020038 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key