xref: /linux/Documentation/crypto/libcrypto-auth-encryption.rst (revision d47db9bf50d28647689e6743ee93c45cb755ffc3)
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