xref: /linux/Documentation/crypto/libcrypto-auth-encryption.rst (revision 59e6295fac26b8e85c1ea859cdd89fa1e47519d7)
1.. SPDX-License-Identifier: GPL-2.0-or-later
2
3Authenticated encryption
4========================
5
6These APIs provide support for authenticated encryption and decryption.
7
8AES-CCM
9-------
10
11This API provides support for AES in the CCM mode of operation.
12
13.. kernel-doc:: include/crypto/aes-ccm.h
14
15AES-GCM
16-------
17
18This API provides support for AES in the GCM mode of operation.
19
20.. kernel-doc:: include/crypto/aes-gcm.h
21