Searched refs:CRNG_EMPTY (Results 1 – 1 of 1) sorted by relevance
81 CRNG_EMPTY = 0, /* Little to no entropy collected */84 } crng_init __read_mostly = CRNG_EMPTY;340 * when crng_init is CRNG_EMPTY. in crng_make_state() 348 if (crng_init == CRNG_EMPTY) in crng_make_state() 744 /* Check if crng_init is CRNG_EMPTY, to avoid race with crng_reseed(). */ in _credit_init_bits() 745 if (crng_init == CRNG_EMPTY) { in _credit_init_bits() 85 CRNG_EMPTY = 0, /* Little to no entropy collected */ global() enumerator