• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/

Lines Matching defs:void

160 static int (*slow_gather_fnc)(void (*)(const void*, size_t,
167 static void (*fast_gather_fnc)(void (*)(const void*, size_t,
236 static void read_pool (byte *buffer, size_t length, int level );
237 static void add_randomness (const void *buffer, size_t length,
239 static void random_poll (void);
240 static void do_fast_random_poll (void);
241 static int (*getfnc_gather_random (void))(void (*)(const void*, size_t,
244 static void (*getfnc_fast_random_poll (void))(void (*)(const void*, size_t,
247 static void read_random_source (enum random_origins origin,
249 static int gather_faked (void (*add)(const void*, size_t, enum random_origins),
263 static void
264 initialize_basics(void)
294 static void
295 lock_pool (void)
306 static void
307 unlock_pool (void)
319 static void
320 initialize(void)
364 void
374 void
375 _gcry_rngcsprng_dump_stats (void)
394 void
395 _gcry_rngcsprng_secure_alloc (void)
403 void
404 _gcry_rngcsprng_enable_quick_gen (void)
410 void
419 (void)socketname;
443 (void)onoff;
452 _gcry_rngcsprng_is_faked (void)
465 _gcry_rngcsprng_add_bytes (const void *buf, size_t buflen, int quality)
508 void
509 _gcry_rngcsprng_randomize (void *buffer, size_t length,
601 static void
670 void
737 read_seed_file (void)
838 void
839 _gcry_rngcsprng_update_seed_file (void)
922 static void
1069 static void
1070 add_randomness (const void *buffer, size_t length, enum random_origins origin)
1106 static void
1116 getfnc_gather_random (void))(void (*)(const void*, size_t,
1120 int (*fnc)(void (*)(const void*, size_t, enum random_origins),
1162 static void (*
1163 getfnc_fast_random_poll (void))( void (*)(const void*, size_t,
1178 static void
1179 do_fast_random_poll (void)
1262 void
1263 _gcry_rngcsprng_fast_poll (void)
1278 static void
1290 gather_faked (void (*add)(const void*, size_t, enum random_origins),
1297 (void)add;
1298 (void)level;
1327 void
1328 _gcry_rngcsprng_create_nonce (void *buffer, size_t length)