xref: /linux/Documentation/crypto/libcrypto-blockcipher.rst (revision fc9c7ca5fcbf7fe3bcba87d1ff72f0009071ba86)
1.. SPDX-License-Identifier: GPL-2.0-or-later
2
3Block ciphers
4=============
5
6AES
7---
8
9This API provides support for the AES block cipher.
10
11.. kernel-doc:: include/crypto/aes.h
12
13DES
14---
15
16This API provides support for the DES block cipher.  This algorithm is obsolete
17and is supported only for backwards compatibility.
18
19.. kernel-doc:: include/crypto/des.h
20