Lines Matching refs:random
77 The EVP RAND routines are a high-level interface to random number generators
79 If you just want to generate random bytes then you don't need to use
88 call EVP_RAND_generate() to produce cryptographically secure random bytes.
116 Not all random number generators need to have a seed source specified.
119 It is recommended to minimise the number of random number generators that
140 EVP_RAND_generate() produces random bytes from the RAND I<ctx> with the
264 Returns the state of the random number generator.
268 Returns the bit strength of the random number generator.
278 For rands that are also deterministic random bit generators (DRBGs), these
303 Specify the minimum and maximum number of bytes of random material that
373 EVP_RAND_get0_name() returns the name of the random number generation
390 EVP_RAND_get_strength() returns the strength of the random number generator