api-akcipher.rst 789 B

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