Changes between Version 4 and Version 5 of linux/encryption


Ignore:
Timestamp:
12/09/2019 05:52:50 PM (4 years ago)
Author:
Bobby Jones
Comment:

Include links to family specific pages

Legend:

Unmodified
Added
Removed
Modified
  • linux/encryption

    v4 v5  
    33[=#crypto]
    44= Linux Crypto API
     5This 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
    59The 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.
    610