Home
last modified time | relevance | path

Searched defs:random_source (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/random/
H A Drandomdev.h100 struct random_source { struct
103 random_source_read_t *rs_read; argument
106 void random_source_register(struct random_source *); argument
/freebsd/usr.bin/sort/
H A Dsort.c910 get_random_seed(const char *random_source) in get_random_seed()
986 char *random_source = NULL; in main() local