Lines Matching full:random
3 Random Number Generation
6 The random API subsystem provides random number generation APIs in both
8 random API to use is based on the cryptographic requirements of the
9 random number. The non-cryptographic APIs will return random values
12 The cryptographically secure random functions shall be compliant to the
13 FIPS 140-2 [NIST02]_ recommended algorithms. Hardware based random-number
31 These options can be found in the following path :zephyr_file:`subsys/random/Kconfig`.
34 For testing, this option permits random number APIs to return values
35 that are not truly random.
37 The random number generator choice group allows selection of the RNG
48 The random number generators available include:
52 generator is not random and used for testing only.
55 enables a random number generator that uses the enabled hardware
56 entropy gathering driver to generate random numbers.
59 enables the Xoshiro128++ pseudo-random number generator, that uses the
63 cryptographically secure random number generator source function. An
73 The cryptographically secure random number generators available include:
76 enables a cryptographically secure random number generator using the
77 hardware random generator driver
80 enables the CTR-DRBG pseudo-random number generator. The CTR-DRBG is
81 a FIPS140-2 recommended cryptographically secure random number generator.