mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
Currently, the section about the library API for each algorithm begins with a noun phrase that was intended to serve as an elaboration on the title. It's better to use complete sentences. Suggested-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Link: https://patch.msgid.link/20260709022651.44216-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
20 lines
353 B
ReStructuredText
20 lines
353 B
ReStructuredText
.. 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
|