Home
last modified time | relevance | path

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

/minix/external/bsd/bind/dist/lib/dns/
H A Ddst_api.c80 static isc_entropy_t *dst_entropy_pool = NULL; variable
196 isc_entropy_attach(ectx, &dst_entropy_pool); in dst_lib_init2()
280 if (dst_entropy_pool != NULL) in dst_lib_destroy()
281 isc_entropy_detach(&dst_entropy_pool); in dst_lib_destroy()
1895 if (dst_entropy_pool == NULL) in dst__entropy_getdata()
1910 return (isc_entropy_getdata(dst_entropy_pool, buf, len, NULL, flags)); in dst__entropy_getdata()
1923 if (dst_entropy_pool == NULL) in dst__entropy_status()
1929 ret = isc_entropy_getdata(dst_entropy_pool, buf, in dst__entropy_status()
1932 isc_entropy_putdata(dst_entropy_pool, buf, in dst__entropy_status()
1937 return (isc_entropy_status(dst_entropy_pool)); in dst__entropy_status()