0001 Asymmetric Cipher Algorithm Definitions
0002 ---------------------------------------
0003
0004 .. kernel-doc:: include/crypto/akcipher.h
0005 :functions: akcipher_alg akcipher_request
0006
0007 Asymmetric Cipher API
0008 ---------------------
0009
0010 .. kernel-doc:: include/crypto/akcipher.h
0011 :doc: Generic Public Key API
0012
0013 .. kernel-doc:: include/crypto/akcipher.h
0014 :functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt crypto_akcipher_sign crypto_akcipher_verify
0015
0016 Asymmetric Cipher Request Handle
0017 --------------------------------
0018
0019 .. kernel-doc:: include/crypto/akcipher.h
0020 :functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_request_set_crypt