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.h102 struct random_source { struct
105 random_source_read_t *rs_read; argument
109 void random_source_register(const 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