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

/bind-9.11.3/lib/dns/
H A Ddst_api.c72 static isc_entropy_t *dst_entropy_pool = NULL; variable
188 isc_entropy_attach(ectx, &dst_entropy_pool);
296 if (dst_entropy_pool != NULL)
297 isc_entropy_detach(&dst_entropy_pool);
1981 if (dst_entropy_pool == NULL)
1996 return (isc_entropy_getdata(dst_entropy_pool, buf, len, NULL, flags));
2009 if (dst_entropy_pool == NULL)
2015 ret = isc_entropy_getdata(dst_entropy_pool, buf,
2018 isc_entropy_putdata(dst_entropy_pool, buf,
2023 return (isc_entropy_status(dst_entropy_pool));
[all...]

Completed in 17 milliseconds