Home
last modified time | relevance | path

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

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