blob: 0d7ee78c4f329a060cc3d42f58cbe729547baa4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
|