blob: 1e527685a42f13e278caad9b9c3dc742281b90a9 [file] [edit]
.. 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