1Asymmetric Cipher 2================= 3 4Asymmetric Cipher Algorithm Definitions 5--------------------------------------- 6 7.. kernel-doc:: include/crypto/akcipher.h 8 :functions: akcipher_alg akcipher_request 9 10Asymmetric Cipher API 11--------------------- 12 13.. kernel-doc:: include/crypto/akcipher.h 14 :doc: Generic Public Key Cipher API 15 16.. kernel-doc:: include/crypto/akcipher.h 17 :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 18 19Asymmetric Cipher Request Handle 20-------------------------------- 21 22.. kernel-doc:: include/crypto/akcipher.h 23 :functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_request_set_crypt 24