Searched refs:seeded (Results 1 – 25 of 35) sorted by relevance
12
106 static bool seeded = FALSE; in randit() local111 if(!seeded) { in randit()118 seeded = TRUE; in randit()137 if(!seeded) { in randit()145 if(!seeded) { in randit()152 if(!seeded) { in randit()159 seeded = TRUE; in randit()165 if(!seeded) { in randit()172 seeded = TRUE; in randit()
436 static int seeded = OPENSSL_RAND_SEED_DEVRANDOM_SHM_ID < 0; in wait_random_seeded() local444 if (!seeded) { in wait_random_seeded()478 seeded = 1; in wait_random_seeded()486 seeded = 1; in wait_random_seeded()496 return seeded; in wait_random_seeded()
31 seeded state.39 seeded. If not, functions such as L<RAND_bytes(3)> will fail.80 RAND_status() returns 1 if the random generator has been seeded
26 The random generator must be seeded prior to calling DSA_generate_key().
36 The random number generator must be seeded when calling
47 The random generator must be seeded when DSA_sign() (or DSA_sign_setup())
58 must be seeded when EVP_SealInit() is called.
64 be seeded. If the automatic seeding or reseeding of the OpenSSL CSPRNG fails
80 seeded with enough randomness to ensure an unpredictable byte sequence.
45 seeded before calling it.
97 The random number generator must be seeded prior to calling
151 For some key types and parameters the random number generator must be seeded.
115 The random generator must be seeded prior to calling BN_generate_prime_ex().
162 For some key types and parameters the random number generator must be seeded.
315 Specifies the number of times the DRBG has been seeded or reseeded.
116 seeded when calling this function.
12 Software-based generators must be seeded with external randomness before they23 to be initialized ('seeded') explicitly.
240 Specifies the number of times the DRBG has been seeded or reseeded.
172 - the DRBG was not instantiated (=seeded) yet or has been uninstantiated.
102 is re-seeded, and the file is verified.
1108 static bool seeded = FALSE; in bearssl_random() local1110 if(!seeded) { in bearssl_random()1117 seeded = TRUE; in bearssl_random()
488 You now need to pass a properly seeded, cryptographically secure RNG to all503 You now need to pass a properly seeded, cryptographically secure RNG when
1746 internal CSPRNG. If not properly seeded, the internal CSPRNG will refuse1747 to deliver random bytes and a "PRNG not seeded error" will occur.
1758 internal CSPRNG. If not properly seeded, the internal CSPRNG will refuse1759 to deliver random bytes and a "PRNG not seeded error" will occur.