Lines Matching +full:secure +full:- +full:only
4 # SPDX-License-Identifier: Apache-2.0
9 bool "Allow non-random number generator"
11 This option signifies that a non-random number generator is allowed to
16 number generator is not available. The non-random number generator
19 This option is intended to be selected only by application-level
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
27 is selected -- that is indicated by RNG_GENERATOR_CHOICE. An entropy
28 device-backed random number generator, if available, will be selected by
45 Platform dependent non-cryptographically secure random number support.
57 testing only.
64 entropy gathering driver to generate random numbers. Should only be
72 Enables the Xoshiro128++ pseudo-random number generator, that uses
73 the entropy driver as a seed source. This is a fast general-purpose
74 non-cryptographically secure random number generator.
92 # Implied dependency on a cryptographically secure entropy source when
102 prompt "Cryptographically secure random generator"
106 Platform dependent cryptographically secure random number support.
110 CTR-DRBG CSPRNG as that is a FIPS140-2 recommended CSPRNG.
116 Enables a cryptographically secure random number generator that
121 bool "Use CTR-DRBG CSPRNG"
126 Enables the CTR-DRBG pseudo-random number generator. This CSPRNG
127 shall use the entropy API for an initialization seed. The CTR-DRBG
128 is a FIPS140-2 recommended cryptographically secure random number
141 string "CTR-DRBG Personalization string"
142 default "zephyr ctr-drbg seed"
146 source to make the initialization of the CTR-DRBG as unique as