Lines Matching defs:seed
224 * seed on multiple CPUs, we would still get independent output
238 * Initialize the DRBG with no seed. We do this in order to
272 uint8_t seed[NIST_HASH_DRBG_SEEDLEN_BYTES];
275 * Drop everything to extract a fresh seed from the entropy
286 entropy_extract(seed, sizeof seed, 0);
292 seed, sizeof seed, NULL, 0)))
294 explicit_memset(seed, 0, sizeof seed);
311 * preemption disabled -- use the 32 bytes to seed a private
323 /* If the entropy epoch has changed, (re)seed. */