Lines Matching refs:random
5 EVP_RAND - the random bit generator
18 application developers for obtaining random bytes, the EVP_RAND API
20 systems's entropy sources and providing access to deterministic random
22 A DRBG is a certain type of cryptographically-secure pseudo-random
28 Unless you have very specific requirements for your random generator,
30 The usual way to obtain random bytes is to use L<RAND_bytes(3)> or
123 will lock the <primary> DRBG automatically for obtaining random input.
146 | random generator | | and private keys for certificates |
150 The usual way to obtain random bytes is to call RAND_bytes(...) or
158 A DRBG instance seeds itself automatically, pulling random input from
217 The DRBG distinguishes two different types of random input: I<entropy>,
249 RAND_add() can be used to add both kinds of random input, depending on the
256 The random bytes are mixed as additional input into the current state of
264 The random bytes are used as entropy input for a full reseeding
267 The number of random bits required for reseeding is determined by the
270 In this case the missing randomness will be obtained by pulling random input
279 argument is ignored and the random bytes provided by the L<RAND_add(3)> and