Lines Matching refs:entropy
50 #include <isc/entropy.h>
85 isc_entropy_t *entropy; /*%< entropy source */
132 isc_hash_ctxcreate(isc_mem_t *mctx, isc_entropy_t *entropy,
182 hctx->entropy = NULL;
187 if (entropy != NULL)
188 isc_entropy_attach(entropy, &hctx->entropy);
209 isc_hash_create(isc_mem_t *mctx, isc_entropy_t *entropy, size_t limit) {
220 result = isc_hash_ctxcreate(mctx, entropy, limit,
235 if (hctx->entropy != NULL) {
238 result = isc_entropy_getdata(hctx->entropy,
298 if (hctx->entropy != NULL)
299 isc_entropy_detach(&hctx->entropy);