Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Drandom.c85 CRNG_EMPTY = 0, /* Little to no entropy collected */ enumerator
88 } crng_init __read_mostly = CRNG_EMPTY;
351 if (crng_init == CRNG_EMPTY) in crng_make_state()
749 if (crng_init == CRNG_EMPTY) { in _credit_init_bits()