mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
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:
committed by
Herbert Xu
parent
612b1dfeb4
commit
298ced6c3b
@@ -1,3 +1,6 @@
|
||||
Authenticated Encryption With Associated Data (AEAD)
|
||||
====================================================
|
||||
|
||||
Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Asymmetric Cipher
|
||||
=================
|
||||
|
||||
Asymmetric Cipher Algorithm Definitions
|
||||
---------------------------------------
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Message Digest
|
||||
==============
|
||||
|
||||
Message Digest Algorithm Definitions
|
||||
------------------------------------
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Key-agreement Protocol Primitives (KPP)
|
||||
=======================================
|
||||
|
||||
Key-agreement Protocol Primitives (KPP) Cipher Algorithm Definitions
|
||||
--------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Random Number Generator (RNG)
|
||||
=============================
|
||||
|
||||
Random Number Algorithm Definitions
|
||||
-----------------------------------
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Asymmetric Signature
|
||||
====================
|
||||
|
||||
Asymmetric Signature Algorithm Definitions
|
||||
------------------------------------------
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Symmetric Key Cipher
|
||||
====================
|
||||
|
||||
Block Cipher Algorithm Definitions
|
||||
----------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user