Searched refs:arc4_count (Results 1 - 1 of 1) sorted by relevance

/external/libevent/
H A Darc4random.c90 static int arc4_count; variable
406 arc4_count = BYTES_BEFORE_RESEED;
417 if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != pid)
488 arc4_count -= 4;
503 if (--arc4_count <= 0)

Completed in 113 milliseconds