index.rst 537 B

12345678910111213141516171819202122232425262728
  1. ==========
  2. Crypto API
  3. ==========
  4. :Author: Stephan Mueller
  5. :Author: Marek Vasut
  6. This documentation outlines the Linux kernel crypto API with its
  7. concepts, details about developing cipher implementations, employment of the API
  8. for cryptographic use cases, as well as programming examples.
  9. .. toctree::
  10. :caption: Table of contents
  11. :maxdepth: 2
  12. intro
  13. api-intro
  14. architecture
  15. async-tx-api
  16. asymmetric-keys
  17. devel-algos
  18. userspace-if
  19. crypto_engine
  20. api
  21. api-samples
  22. descore-readme
  23. device_drivers/index