Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Drandom.c80 CRNG_EMPTY = 0, /* Little to no entropy collected */ enumerator
83 } crng_init __read_mostly = CRNG_EMPTY;
337 if (crng_init == CRNG_EMPTY) in crng_make_state()
733 if (crng_init == CRNG_EMPTY) { in _credit_init_bits()