Searched refs:ARC4_ENTR_HAVE (Results 1 – 3 of 3) sorted by relevance
176 if (reseed || atomic_cmpset_int(&arc4rand_iniseed_state, ARC4_ENTR_HAVE, ARC4_ENTR_SEED)) in arc4rand()
122 #define ARC4_ENTR_HAVE 1 /* Have entropy. */ macro
377 (void)atomic_cmpset_int(&arc4rand_iniseed_state, ARC4_ENTR_NONE, ARC4_ENTR_HAVE); in randomdev_unblock()