blob: 1e527685a42f13e278caad9b9c3dc742281b90a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.. 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
|