swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: bcf876870b95592b52519ed4aafcf9d95999bc9c authored by Linus Torvalds on 02 August 2020, 21:21:45 UTC
Linux 5.8
Tip revision: bcf8768
index.rst
=======================
Linux Kernel Crypto API
=======================

:Author: Stephan Mueller
:Author: Marek Vasut

This documentation outlines the Linux kernel crypto API with its
concepts, details about developing cipher implementations, employment of the API
for cryptographic use cases, as well as programming examples.

.. class:: toc-title

	   Table of contents

.. toctree::
   :maxdepth: 2

   intro
   architecture
   devel-algos
   userspace-if
   crypto_engine
   api
   api-samples
back to top