summaryrefslogtreecommitdiff
path: root/Documentation/crypto/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/crypto/api.rst')
-rw-r--r--Documentation/crypto/api.rst15
1 files changed, 2 insertions, 13 deletions
diff --git a/Documentation/crypto/api.rst b/Documentation/crypto/api.rst
index 2e519193ab4a..8b2a90521886 100644
--- a/Documentation/crypto/api.rst
+++ b/Documentation/crypto/api.rst
@@ -1,20 +1,8 @@
Programming Interface
=====================
-Please note that the kernel crypto API contains the AEAD givcrypt API
-(crypto_aead_giv\* and aead_givcrypt\* function calls in
-include/crypto/aead.h). This API is obsolete and will be removed in the
-future. To obtain the functionality of an AEAD cipher with internal IV
-generation, use the IV generator as a regular cipher. For example,
-rfc4106(gcm(aes)) is the AEAD cipher with external IV generation and
-seqniv(rfc4106(gcm(aes))) implies that the kernel crypto API generates
-the IV. Different IV generators are available.
-
-.. class:: toc-title
-
- Table of contents
-
.. toctree::
+ :caption: Table of contents
:maxdepth: 2
api-skcipher
@@ -22,4 +10,5 @@ the IV. Different IV generators are available.
api-digest
api-rng
api-akcipher
+ api-sig
api-kpp