Back to home page

OSCL-LXR

 
 

    


0001 =======================
0002 Linux Kernel Crypto API
0003 =======================
0004 
0005 :Author: Stephan Mueller
0006 :Author: Marek Vasut
0007 
0008 This documentation outlines the Linux kernel crypto API with its
0009 concepts, details about developing cipher implementations, employment of the API
0010 for cryptographic use cases, as well as programming examples.
0011 
0012 .. class:: toc-title
0013 
0014            Table of contents
0015 
0016 .. toctree::
0017    :maxdepth: 2
0018 
0019    intro
0020    api-intro
0021    architecture
0022 
0023    async-tx-api
0024    asymmetric-keys
0025    devel-algos
0026    userspace-if
0027    crypto_engine
0028    api
0029    api-samples
0030    descore-readme