crypto: doc - Add explicit title heading to API docs

Documentation for crypto programming interfaces lack explicit title.
As such, all its sections become entries in the toctree index.

Add the title heading to tidy up toctree.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Bagas Sanjaya
2025-09-20 07:16:51 +07:00
committed by Herbert Xu
parent 612b1dfeb4
commit 298ced6c3b
7 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
Authenticated Encryption With Associated Data (AEAD)
====================================================
Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
--------------------------------------------------------------------------

View File

@@ -1,3 +1,6 @@
Asymmetric Cipher
=================
Asymmetric Cipher Algorithm Definitions
---------------------------------------

View File

@@ -1,3 +1,6 @@
Message Digest
==============
Message Digest Algorithm Definitions
------------------------------------

View File

@@ -1,3 +1,6 @@
Key-agreement Protocol Primitives (KPP)
=======================================
Key-agreement Protocol Primitives (KPP) Cipher Algorithm Definitions
--------------------------------------------------------------------

View File

@@ -1,3 +1,6 @@
Random Number Generator (RNG)
=============================
Random Number Algorithm Definitions
-----------------------------------

View File

@@ -1,3 +1,6 @@
Asymmetric Signature
====================
Asymmetric Signature Algorithm Definitions
------------------------------------------

View File

@@ -1,3 +1,6 @@
Symmetric Key Cipher
====================
Block Cipher Algorithm Definitions
----------------------------------