Lines Matching refs:random

9 	bool "Allow non-random number generator"
11 This option signifies that a non-random number generator is allowed to
12 be used and the kernel's random number APIs are permitted to return
13 values that are not truly random.
15 This capability is provided for testing purposes when a truly random
16 number generator is not available. The non-random number generator
21 application is allowed to run with a random number generator that is not
22 truly random. Board-level configurations must not select this option
26 Note that this option does not imply that a non-random number generator
28 device-backed random number generator, if available, will be selected by
36 early random number genenator.
45 Platform dependent non-cryptographically secure random number support.
48 to support random request then select that. Otherwise, select the
56 clock. This number generator is not random and used for
60 bool "Use entropy driver to generate random numbers"
63 Enables a random number generator that uses the enabled hardware
64 entropy gathering driver to generate random numbers. Should only be
65 selected if hardware entropy driver is designed to be a random
72 Enables the Xoshiro128++ pseudo-random number generator, that uses
74 non-cryptographically secure random number generator.
85 CS random values. For this to be enabled, there must be the "zephyr,entropy"
102 prompt "Cryptographically secure random generator"
106 Platform dependent cryptographically secure random number support.
113 bool "Use hardware random driver for CS random numbers"
116 Enables a cryptographically secure random number generator that
117 uses the enabled hardware random number driver to generate
118 random numbers.
126 Enables the CTR-DRBG pseudo-random number generator. This CSPRNG
128 is a FIPS140-2 recommended cryptographically secure random number