Linux Audio

Check our new training course

Loading...
v6.13.7
 1==========
 2Crypto 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.. toctree::
13   :caption: Table of contents
14   :maxdepth: 2
15
16   intro
17   api-intro
18   architecture
19
20   async-tx-api
21   asymmetric-keys
22   devel-algos
23   userspace-if
24   crypto_engine
25   api
26   api-samples
27   descore-readme
28   device_drivers/index
v4.17
 1=======================
 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
 
23   api
24   api-samples