index.rst 499 B

12345678910111213141516171819202122232425
  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. architecture
  15. devel-algos
  16. userspace-if
  17. crypto_engine
  18. api
  19. api-samples