Searched refs:randread_source (Results 1 – 6 of 6) sorted by relevance
/coreutils/gl/lib/ |
D | randread.h | 25 struct randread_source; 27 int randread_free (struct randread_source *) _GL_ATTRIBUTE_NONNULL (); 28 struct randread_source *randread_new (char const *, size_t) 30 void randread (struct randread_source *, void *, size_t) 32 void randread_set_handler (struct randread_source *, void (*) (void const *)) 34 void randread_set_handler_arg (struct randread_source *, void const *)
|
D | randread.c | 60 struct randread_source struct 116 static struct randread_source * 119 struct randread_source *s = xmalloc (sizeof *s); in simple_new() 153 randread_free_body (struct randread_source *s) in randread_free_body() 172 struct randread_source * 180 struct randread_source *s; in randread_new() 217 randread_set_handler (struct randread_source *s, void (*handler) (void const *)) in randread_set_handler() 223 randread_set_handler_arg (struct randread_source *s, void const *handler_arg) in randread_set_handler_arg() 233 readsource (struct randread_source *s, unsigned char *p, size_t size) in readsource() 301 randread (struct randread_source *s, void *buf, size_t size) in randread() [all …]
|
D | randint.c | 57 struct randread_source *source; 71 randint_new (struct randread_source *source) in randint_new() 86 struct randread_source *source = randread_new (name, bytes_bound); in randint_all_new() 92 struct randread_source * 116 struct randread_source *source = s->source; in randint_genmax()
|
D | randint.h | 37 struct randint_source *randint_new (struct randread_source *) 42 struct randread_source *randint_get_source (struct randint_source const *)
|
/coreutils/src/ |
D | shred.c | 394 int type, struct randread_source *s, in dopass() 824 struct randread_source *rs; in do_wipefd()
|
D | sort.c | 2096 struct randread_source *r = randread_new (random_source, sizeof buf); in random_md5_state_init()
|