Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/
Drandom.c78 CRNG_EMPTY = 0, /* Little to no entropy collected */ enumerator
81 } crng_init __read_mostly = CRNG_EMPTY;
311 if (crng_init == CRNG_EMPTY) in crng_make_state()
713 if (crng_init == CRNG_EMPTY) { in _credit_init_bits()