diff options
Diffstat (limited to 'Documentation/crypto/api-rng.rst')
-rw-r--r-- | Documentation/crypto/api-rng.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Documentation/crypto/api-rng.rst b/Documentation/crypto/api-rng.rst new file mode 100644 index 000000000000..0d7ee78c4f32 --- /dev/null +++ b/Documentation/crypto/api-rng.rst @@ -0,0 +1,32 @@ +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 |