Home
last modified time | relevance | path

Searched refs:crng_reseed (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/char/
Drandom.c552 static void crng_reseed(struct crng_state *crng, struct entropy_store *r);
791 crng_reseed(&primary_crng, r); in credit_entropy_bits()
1000 static void crng_reseed(struct crng_state *crng, struct entropy_store *r) in crng_reseed() function
1059 crng_reseed(crng, crng == &primary_crng ? &input_pool : NULL); in _extract_crng()
2151 crng_reseed(&primary_crng, NULL); in random_ioctl()