mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01: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:
parent
612b1dfeb4
commit
298ced6c3b
7 changed files with 21 additions and 0 deletions
|
|
@ -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
|
||||
----------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue