xref: /linux/Documentation/crypto/libcrypto-auth-encryption.rst (revision 2a87486bc5c2bcb6c8085c4e4a3c8ee73a7c5c75)
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-GCM
9-------
10
11This API provides support for AES in the GCM mode of operation.
12
13.. kernel-doc:: include/crypto/aes-gcm.h
14