blob: c4ff5d791233921bd82591939c1cdf5fb117e859 [file] [log] [blame]
Stephan Mueller3b72c812016-10-21 04:54:22 +02001=======================
2Linux Kernel Crypto API
3=======================
4
5:Author: Stephan Mueller
6:Author: Marek Vasut
7
8This documentation outlines the Linux kernel crypto API with its
9concepts, details about developing cipher implementations, employment of the API
10for cryptographic use cases, as well as programming examples.
11
12.. class:: toc-title
13
14 Table of contents
15
16.. toctree::
17 :maxdepth: 2
18
19 intro
20 architecture
21 devel-algos
22 userspace-if
Mauro Carvalho Chehab2d934042018-05-07 06:35:39 -030023 crypto_engine
Stephan Mueller3b72c812016-10-21 04:54:22 +020024 api
25 api-samples