mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
18 lines
507 B
ReStructuredText
18 lines
507 B
ReStructuredText
Random Number Generator (RNG)
|
|
=============================
|
|
|
|
Random Number Algorithm Definitions
|
|
-----------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:functions: rng_alg
|
|
|
|
Crypto API Random Number API
|
|
----------------------------
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:doc: Random number generator API
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:functions: crypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_bytes crypto_rng_reset crypto_rng_seedsize
|