HomeSort by: relevance | last modified time | path
    Searched refs:seed_rnd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/libunbound/
context.h 124 struct ub_randstate* seed_rnd; member in struct:ub_ctx
libunbound.c 117 if(!(ctx->seed_rnd = ub_initstate(NULL))) {
118 ub_randfree(ctx->seed_rnd);
128 ub_randfree(ctx->seed_rnd);
136 ub_randfree(ctx->seed_rnd);
145 ub_randfree(ctx->seed_rnd);
155 ub_randfree(ctx->seed_rnd);
166 ub_randfree(ctx->seed_rnd);
189 ub_randfree(ctx->seed_rnd);
205 ub_randfree(ctx->seed_rnd);
396 ub_randfree(ctx->seed_rnd);
    [all...]
libworker.c 179 if(!(w->env->rnd = ub_initstate(ctx->seed_rnd))) {

Completed in 27 milliseconds