Lines Matching defs:entropy
18 #include <isc/entropy.h>
65 isc_entropy_t *entropy; /*%< entropy source */
1652 if (mgr->entropy != NULL)
1653 isc_entropy_detach(&mgr->entropy);
1747 dns_dispatchmgr_create(isc_mem_t *mctx, isc_entropy_t *entropy,
1845 mgr->entropy = NULL;
1871 if (entropy != NULL)
1872 isc_entropy_attach(entropy, &mgr->entropy);
1874 result = isc_rng_create(mctx, mgr->entropy, &mgr->rngctx);