blob: 21338fa9264252421e3bf0406960986128a7685e [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
Mauro Carvalho Chehab58465512020-06-15 08:50:09 +020020 api-intro
Stephan Mueller3b72c812016-10-21 04:54:22 +020021 architecture
Mauro Carvalho Chehabddc92392020-06-15 08:50:10 +020022
23 async-tx-api
Mauro Carvalho Chehab0efaaa82020-06-15 08:50:08 +020024 asymmetric-keys
Stephan Mueller3b72c812016-10-21 04:54:22 +020025 devel-algos
26 userspace-if
Mauro Carvalho Chehab2d934042018-05-07 06:35:39 -030027 crypto_engine
Stephan Mueller3b72c812016-10-21 04:54:22 +020028 api
29 api-samples
Mauro Carvalho Chehab740369c2020-06-15 08:50:11 +020030 descore-readme