Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c117 if(!(ctx->seed_rnd = ub_initstate(NULL))) { in ub_ctx_create_nopipe()
118 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
128 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
136 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
145 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
155 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
166 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
189 ub_randfree(ctx->seed_rnd); in ub_ctx_create()
205 ub_randfree(ctx->seed_rnd); in ub_ctx_create()
396 ub_randfree(ctx->seed_rnd); in ub_ctx_delete()
H A Dcontext.h124 struct ub_randstate* seed_rnd; member
H A Dlibworker.c179 if(!(w->env->rnd = ub_initstate(ctx->seed_rnd))) { in libworker_setup()