| .. SPDX-License-Identifier: GPL-2.0-or-later | |
| Authenticated encryption | |
| ======================== | |
| These APIs provide support for authenticated encryption and decryption. | |
| AES-CCM | |
| ------- | |
| This API provides support for AES in the CCM mode of operation. | |
| .. kernel-doc:: include/crypto/aes-ccm.h | |
| AES-GCM | |
| ------- | |
| This API provides support for AES in the GCM mode of operation. | |
| .. kernel-doc:: include/crypto/aes-gcm.h |