Lines Matching refs:EVP_RAND
5 EVP_RAND - the random bit generator
14 The default OpenSSL RAND method is based on the EVP_RAND classes to provide
18 application developers for obtaining random bytes, the EVP_RAND API
29 it is in general not necessary to utilize the EVP_RAND API directly.
51 randomness sources to EVP_RAND.
61 =head1 EVP_RAND CHAINING
63 An EVP_RAND instance can be used as the entropy source of another
64 EVP_RAND instance, provided it has itself access to a valid entropy source.
65 The EVP_RAND instance which acts as entropy source is called the I<parent>,
69 This is called chaining. A chained EVP_RAND instance is created by passing
106 EVP_RAND interface.
109 locking via the EVP_RAND interface.
297 L<RAND(7)>, L<EVP_RAND(3)>