mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
941c95fdd6
Some documents that listed on subsystem-apis have 'Linux' or 'The Linux' title prefixes. It's duplicated information, and makes finding the document of interest with human eyes not easy. Remove the prefixes from the titles. Signed-off-by: SeongJae Park <sj@kernel.org> Acked-by: Iwona Winiarska <iwona.winiarska@intel.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20230122184834.181977-1-sj@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
30 lines
527 B
ReStructuredText
30 lines
527 B
ReStructuredText
==========
|
|
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
|
|
api-intro
|
|
architecture
|
|
|
|
async-tx-api
|
|
asymmetric-keys
|
|
devel-algos
|
|
userspace-if
|
|
crypto_engine
|
|
api
|
|
api-samples
|
|
descore-readme
|