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

  /src/external/bsd/unbound/dist/util/
random.c 174 * and we have to ensure it is seeded before use.
178 int seeded; member in struct:ub_randstate
195 s->seeded = yarrow256_is_seeded(&s->ctx);
210 if (!s || !s->seeded) {
211 log_err("Couldn't generate randomness, Yarrow-256 generator not yet seeded");
  /src/external/bsd/dhcpcd/dist/src/
ipv4ll.h 48 bool seeded; member in struct:ipv4ll_state
ipv4ll.c 343 * SHOULD be seeded with a value derived from persistent information
346 if (!state->seeded) {
364 /* Set back the original state until we need the seeded one. */
366 state->seeded = true;
500 state->seeded = false;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/seeding/
rand_unix.c 429 * Ensure that the system randomness source has been adequately seeded.
436 static int seeded = OPENSSL_RAND_SEED_DEVRANDOM_SHM_ID < 0; local
444 if (!seeded) {
445 /* See if anything has created the global seeded indication */
451 * /dev/urandom is properly seeded when /dev/random becomes
480 seeded = 1;
488 seeded = 1;
498 return seeded;
  /src/usr.bin/make/unit-tests/
varmod-order-shuffle.mk 8 # As of 2020-08-16, make uses random(3) seeded by the current time in seconds.
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
rand_unix.c 429 * Ensure that the system randomness source has been adequately seeded.
436 static int seeded = OPENSSL_RAND_SEED_DEVRANDOM_SHM_ID < 0; local
444 if (!seeded) {
445 /* See if anything has created the global seeded indication */
451 * /dev/urandom is properly seeded when /dev/random becomes
478 seeded = 1;
486 seeded = 1;
496 return seeded;
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_unix.c 436 * Ensure that the system randomness source has been adequately seeded.
443 static int seeded = OPENSSL_RAND_SEED_DEVRANDOM_SHM_ID < 0; local
451 if (!seeded) {
452 /* See if anything has created the global seeded indication */
458 * /dev/urandom is properly seeded when /dev/random becomes
485 seeded = 1;
493 seeded = 1;
503 return seeded;
  /src/sys/kern/
kern_entropy.c 198 bool seeded; /* true if seed file already loaded */ member in struct:__anon6849
418 if (!E->seeded)
581 bool seeded; local
619 /* Test and set E->seeded. */
620 seeded = E->seeded;
621 E->seeded = (seed->entropy > 0);
624 * If we've been seeded, may be re-entering the same seed
628 if (seeded) {
629 printf("entropy: double-seeded by bootloader\n")
    [all...]
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 458 A randstate can be seeded with an integer or mpz, using the C<seed> method.
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.c 716 static mDNSBool seeded = mDNSfalse; local
718 if (!seeded)
721 seeded = mDNStrue;
  /src/crypto/external/apache2/openssl/dist/
Configure 1351 will not work unless the random generator is seeded manually by the
  /src/crypto/external/bsd/openssl/dist/
Configure 1230 will not work unless the random generator is seeded manually by the
  /src/crypto/external/bsd/openssl.old/dist/
Configure 1073 will not work unless the random generator is seeded manually by the
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
random.d 307 * taking a SeedType also makes sure that the Rng can be seeded with SeedType.
532 Constructs a $(D_PARAM LinearCongruentialEngine) generator seeded with
1387 Constructs a `XorshiftEngine` generator seeded with $(D_PARAM x0).

Completed in 37 milliseconds