sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags
[linux-2.6/btrfs-unstable.git] / Documentation / crypto / index.rst
blob94c4786f257309a1b8e08c3e21cd8af8a5b039cf
1 =======================
2 Linux Kernel Crypto API
3 =======================
5 :Author: Stephan Mueller
6 :Author: Marek Vasut
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.
12 .. class:: toc-title
14            Table of contents
16 .. toctree::
17    :maxdepth: 2
19    intro
20    architecture
21    devel-algos
22    userspace-if
23    api
24    api-samples