Home
last modified time | relevance | path

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

/trueos/contrib/unbound/libunbound/
HDlibunbound.c102 if(!(ctx->seed_rnd = ub_initstate(seed, NULL))) { in ub_ctx_create_nopipe()
104 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
115 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
123 ub_randfree(ctx->seed_rnd); in ub_ctx_create_nopipe()
144 ub_randfree(ctx->seed_rnd); in ub_ctx_create()
155 ub_randfree(ctx->seed_rnd); in ub_ctx_create()
272 ub_randfree(ctx->seed_rnd); in ub_ctx_delete()
HDcontext.h114 struct ub_randstate* seed_rnd; member
HDlibworker.c184 if(!(w->env->rnd = ub_initstate(seed, ctx->seed_rnd))) { in libworker_setup()