29 lines · plain
1==========2Crypto API3==========4 5:Author: Stephan Mueller6:Author: Marek Vasut7 8This documentation outlines the Linux kernel crypto API with its9concepts, details about developing cipher implementations, employment of the API10for cryptographic use cases, as well as programming examples.11 12.. toctree::13 :caption: Table of contents14 :maxdepth: 215 16 intro17 api-intro18 architecture19 20 async-tx-api21 asymmetric-keys22 devel-algos23 userspace-if24 crypto_engine25 api26 api-samples27 descore-readme28 device_drivers/index29