xref: /linux/Documentation/crypto/libcrypto-auth-encryption.rst (revision 2a87486bc5c2bcb6c8085c4e4a3c8ee73a7c5c75)
1*2a87486bSEric Biggers.. SPDX-License-Identifier: GPL-2.0-or-later
2*2a87486bSEric Biggers
3*2a87486bSEric BiggersAuthenticated encryption
4*2a87486bSEric Biggers========================
5*2a87486bSEric Biggers
6*2a87486bSEric BiggersThese APIs provide support for authenticated encryption and decryption.
7*2a87486bSEric Biggers
8*2a87486bSEric BiggersAES-GCM
9*2a87486bSEric Biggers-------
10*2a87486bSEric Biggers
11*2a87486bSEric BiggersThis API provides support for AES in the GCM mode of operation.
12*2a87486bSEric Biggers
13*2a87486bSEric Biggers.. kernel-doc:: include/crypto/aes-gcm.h
14