HomeSort by: relevance | last modified time | path
    Searched defs:arc4_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_random.c 187 static int arc4_count; variable
258 arc4_count = 1600000;
266 if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != pid) {
293 if (--arc4_count <= 0)
  /src/external/bsd/libevent/dist/
arc4random.c 96 static int arc4_count; variable
398 arc4_count = BYTES_BEFORE_RESEED;
409 if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != pid)
480 arc4_count -= 4;
495 if (--arc4_count <= 0)
  /src/external/bsd/ntp/dist/sntp/libevent/
arc4random.c 97 static int arc4_count; variable
399 arc4_count = BYTES_BEFORE_RESEED;
410 if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != pid)
481 arc4_count -= 4;
496 if (--arc4_count <= 0)

Completed in 22 milliseconds