Back to home page

OSCL-LXR

 
 

    


0001 Key-agreement Protocol Primitives (KPP) Cipher Algorithm Definitions
0002 --------------------------------------------------------------------
0003 
0004 .. kernel-doc:: include/crypto/kpp.h
0005    :functions: kpp_request crypto_kpp kpp_alg kpp_secret
0006 
0007 Key-agreement Protocol Primitives (KPP) Cipher API
0008 --------------------------------------------------
0009 
0010 .. kernel-doc:: include/crypto/kpp.h
0011    :doc: Generic Key-agreement Protocol Primitives API
0012 
0013 .. kernel-doc:: include/crypto/kpp.h
0014    :functions: crypto_alloc_kpp crypto_free_kpp crypto_kpp_set_secret crypto_kpp_generate_public_key crypto_kpp_compute_shared_secret crypto_kpp_maxsize
0015 
0016 Key-agreement Protocol Primitives (KPP) Cipher Request Handle
0017 -------------------------------------------------------------
0018 
0019 .. kernel-doc:: include/crypto/kpp.h
0020    :functions: kpp_request_alloc kpp_request_free kpp_request_set_callback kpp_request_set_input kpp_request_set_output
0021 
0022 ECDH Helper Functions
0023 ---------------------
0024 
0025 .. kernel-doc:: include/crypto/ecdh.h
0026    :doc: ECDH Helper Functions
0027 
0028 .. kernel-doc:: include/crypto/ecdh.h
0029    :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
0030 
0031 DH Helper Functions
0032 -------------------
0033 
0034 .. kernel-doc:: include/crypto/dh.h
0035    :doc: DH Helper Functions
0036 
0037 .. kernel-doc:: include/crypto/dh.h
0038    :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key