Lines Matching full:random
64 EVP_RAND \- the random bit generator
77 application developers for obtaining random bytes, the EVP_RAND API
79 systems's entropy sources and providing access to deterministic random
81 A DRBG is a certain type of cryptographically-secure pseudo-random
86 Unless you have very specific requirements for your random generator,
88 The usual way to obtain random bytes is to use \fBRAND_bytes\fR\|(3) or
162 will lock the <primary> DRBG automatically for obtaining random input.
185 \& | random generator | | and private keys for certificates |
189 The usual way to obtain random bytes is to call RAND_bytes(...) or
196 A DRBG instance seeds itself automatically, pulling random input from
251 The DRBG distinguishes two different types of random input: \fIentropy\fR,
256 .SS "Configuring the Random Seed Source"
257 .IX Subsection "Configuring the Random Seed Source"
279 \&\fBRAND_add()\fR can be used to add both kinds of random input, depending on the
283 The random bytes are mixed as additional input into the current state of
289 The random bytes are used as entropy input for a full reseeding
292 The number of random bits required for reseeding is determined by the
295 In this case the missing randomness will be obtained by pulling random input
302 argument is ignored and the random bytes provided by the \fBRAND_add\fR\|(3) and