Based on kernel version 7.2. Page generated on 2026-08-20 08:41 EST.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | .. SPDX-License-Identifier: GPL-2.0-or-later Block ciphers ============= AES --- This API provides support for the AES block cipher. .. kernel-doc:: include/crypto/aes.h DES --- This API provides support for the DES block cipher. This algorithm is obsolete and is supported only for backwards compatibility. .. kernel-doc:: include/crypto/des.h |