Lines Matching refs:source
49 You need to integrate a previously unsupported entropy source.
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>,
67 it does not make sense for the child to be an entropy source.
73 a live entropy source may ignore and not use its parent.
121 thread. Using the <primary> DRBG as entropy source for multiple DRBG
159 its entropy source. The entropy source can be either a trusted operating
160 system entropy source, or another DRBG with access to such a source.
184 B<Note>: An error state is entered if the entropy source fails while
187 from the error as soon as the entropy source is available again.
200 entropy from a live entropy source (section 5.5.2 of [NIST SP 800-90C]).
201 It is up to the user to ensure that a live entropy source is configured
218 which comes from a trusted source, and I<additional input>',
226 In most cases OpenSSL will automatically choose a suitable seed source
228 default seed source can be configured when OpenSSL is compiled by
230 "SEED-SRC" is used. One can specify a third-party provider seed-source,
234 seed source used by "SEED-SRC" during configuration, using the
236 instructions. There are also operating systems where no seed source is
246 pulls the necessary entropy from its source automatically.
309 in the file LICENSE in the source distribution or at
310 L<https://www.openssl.org/source/license.html>.