Searched refs:isc_entropy_getdata (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dentropy_test.c96 result = isc_entropy_getdata(ent, buffer, 32, &returned, flags);
105 CHECK("isc_entropy_getdata() pseudorandom",
106 isc_entropy_getdata(ent, buffer, 128, NULL, 0));
113 result = isc_entropy_getdata(ent, buffer, sizeof(buffer), &returned,
H A Dentropy2_test.c156 result = isc_entropy_getdata(ent, buffer, 32, &returned, flags);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dentropy.h239 isc_entropy_getdata(isc_entropy_t *ent, void *data, unsigned int length,
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeycreate.c292 result = isc_entropy_getdata(ectx, noncedata, sizeof(noncedata),
294 CHECK("isc_entropy_getdata", result);
/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c247 result = isc_entropy_getdata(hctx->entropy,
H A Dentropy.c530 isc_entropy_getdata(isc_entropy_t *ent, void *data, unsigned int length, function
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c1367 return (isc_entropy_getdata(dst_entropy_pool, buf, len, NULL, flags));
1381 ret = isc_entropy_getdata(dst_entropy_pool, buf,
H A Dtkey.c381 result = isc_entropy_getdata(tctx->ectx, randomdata,
727 result = isc_entropy_getdata(tctx->ectx,
H A Ddispatch.c505 result = isc_entropy_getdata(actx->entropy, rnd.rnd,

Completed in 33 milliseconds