Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 1 | ======================= |
| 2 | Linux Kernel Crypto API |
| 3 | ======================= |
| 4 | |
| 5 | :Author: Stephan Mueller |
| 6 | :Author: Marek Vasut |
| 7 | |
| 8 | This documentation outlines the Linux kernel crypto API with its |
| 9 | concepts, details about developing cipher implementations, employment of the API |
| 10 | for 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 Chehab | 5846551 | 2020-06-15 08:50:09 +0200 | [diff] [blame] | 20 | api-intro |
Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 21 | architecture |
Mauro Carvalho Chehab | ddc9239 | 2020-06-15 08:50:10 +0200 | [diff] [blame] | 22 | |
| 23 | async-tx-api |
Mauro Carvalho Chehab | 0efaaa8 | 2020-06-15 08:50:08 +0200 | [diff] [blame] | 24 | asymmetric-keys |
Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 25 | devel-algos |
| 26 | userspace-if |
Mauro Carvalho Chehab | 2d93404 | 2018-05-07 06:35:39 -0300 | [diff] [blame] | 27 | crypto_engine |
Stephan Mueller | 3b72c81 | 2016-10-21 04:54:22 +0200 | [diff] [blame] | 28 | api |
| 29 | api-samples |
Mauro Carvalho Chehab | 740369c | 2020-06-15 08:50:11 +0200 | [diff] [blame] | 30 | descore-readme |