Changes between Version 4 and Version 5 of linux/encryption
- Timestamp:
- 12/09/2019 05:52:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/encryption
v4 v5 3 3 [=#crypto] 4 4 = Linux Crypto API 5 This page contains general information regarding the crypto functionality available to the Linux kernel. For more information including hardware acceleration and driver support, see the family specific wiki pages: 6 * [wiki:newport/encryption] 7 * [wiki:ventana/encryption] 8 5 9 The Crypto API, introduced in Linux 2.5.45, is a generic cryptography library API introduced in the kernel containing support for all popular block ciphers, hash functions, AEAD, HMAC, and compression algorithms. The kernel contains software implementations for major symmetric ciphers as well as allows plugging in implementations which take advantage of hardware components such as the IMX6 CAAM and OcteonTX ZIP/CPT hardware blocks that can accelerate encryption/compression. 6 10