Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 19 lines 317 B view raw
1.. SPDX-License-Identifier: GPL-2.0-or-later 2 3Block ciphers 4============= 5 6AES 7--- 8 9Support for the AES block cipher. 10 11.. kernel-doc:: include/crypto/aes.h 12 13DES 14--- 15 16Support for the DES block cipher. This algorithm is obsolete and is supported 17only for backwards compatibility. 18 19.. kernel-doc:: include/crypto/des.h