3b72c814a8
With the conversion of the kernel crypto API DocBook to Sphinx, the monolithic document is broken up into individual documents. The documentation is unchanged with the exception of a slight reordering to keep the individual document parts self-contained. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
33 lines
764 B
ReStructuredText
33 lines
764 B
ReStructuredText
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
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:functions: crypto_rng_alg
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:functions: crypto_free_rng
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:functions: crypto_rng_generate
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:functions: crypto_rng_get_bytes
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:functions: crypto_rng_reset
|
|
|
|
.. kernel-doc:: include/crypto/rng.h
|
|
:functions: crypto_rng_seedsize
|