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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c79 static isc_entropy_t *dst_entropy_pool = NULL; variable
200 isc_entropy_attach(ectx, &dst_entropy_pool);
266 if (dst_entropy_pool != NULL)
267 isc_entropy_detach(&dst_entropy_pool);
1849 return (isc_entropy_getdata(dst_entropy_pool, buf, len, NULL, flags));
1871 ret = isc_entropy_getdata(dst_entropy_pool, buf,
1874 isc_entropy_putdata(dst_entropy_pool, buf,
1879 return (isc_entropy_status(dst_entropy_pool));

Completed in 102 milliseconds