index.rst 566 B

123456789101112131415161718192021222324252627282930
  1. =======================
  2. Linux Kernel 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. .. class:: toc-title
  10. Table of contents
  11. .. toctree::
  12. :maxdepth: 2
  13. intro
  14. api-intro
  15. architecture
  16. async-tx-api
  17. asymmetric-keys
  18. devel-algos
  19. userspace-if
  20. crypto_engine
  21. api
  22. api-samples
  23. descore-readme