Crypto API¶
- Author:
Stephan Mueller
- Author:
Marek Vasut
This documentation outlines the Linux kernel crypto API with itsconcepts, details about developing cipher implementations, employment of the APIfor cryptographic use cases, as well as programming examples.
Table of contents
- Kernel Crypto API Interface Specification
- Scatterlist Cryptographic API
- Kernel Crypto API Architecture
- Asynchronous Transfers/Transforms API
- Asymmetric / Public-key Cryptography Key Type
- Developing Cipher Algorithms
- User Space Interface
- Crypto Engine
- Programming Interface
- Code Examples
- Fast & Portable DES encryption & decryption
- Hardware Device Driver Specific Documentation
- Kerberos V Cryptography API