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