Lines Matching refs:entropy
47 #include <isc/entropy.h>
73 isc_entropy_t *entropy; /*%< entropy source */
175 isc_rng_create(isc_mem_t *mctx, isc_entropy_t *entropy, isc_rng_t **rngp) {
186 if (entropy != NULL) {
190 result = isc_entropy_getdata(entropy, rnd.rnd,
221 rng->entropy = entropy; /* don't have to attach */
332 if (rng->entropy != NULL) {
336 result = isc_entropy_getdata(rng->entropy, rnd.rnd,