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

/bind-9.11.3/lib/isc/
H A Drandom.c100 isc_random_seed(isc_uint32_t seed) { argument
104 srand(seed);
107 UNUSED(seed);
110 arc4random_addrandom((u_char *) &seed, sizeof(isc_uint32_t));
116 * the OS itself is supposed to seed the RNG and it is assumed
119 UNUSED(seed);
H A Dpk11.c303 static CK_BYTE seed[SEEDSIZE]; variable
322 ret = isc_stdio_read(seed, 1, SEEDSIZE, stream, &cc);
329 (void) pkcs_C_SeedRandom(ctx.session, seed, (CK_ULONG) cc);
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c241 int seeded; /* is a seed provided */
242 unsigned int seed; /* randomization seed */ variable
490 * - random seed (used as it when suitable)
1704 " [-l<local-addr>] [-L<local-port>]* [-a<aggressiveness>] [-s<seed>]\n"
1729 "-s<seed>: Specify the seed for randomization, making it repeatable.\n"
2015 seed = (unsigned int) atol(optarg);
2123 printf(" seed=%u", seed);
[all...]

Completed in 20 milliseconds