api-akcipher.rst 789 B

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