Home
last modified time | relevance | path

Searched refs:random_source (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/dev/random/
H A Drandomdev.h102 struct random_source { struct
108 void random_source_register(struct random_source *); argument
109 void random_source_deregister(struct random_source *);
H A Drandom_harvestq.c113 struct random_source *rrs_source;
615 random_source_register(struct random_source *rsource) in random_source_register()
634 random_source_deregister(struct random_source *rsource) in random_source_deregister()
H A Ddarn.c62 static struct random_source random_darn = {
H A Dnehemiah.c52 static struct random_source random_nehemiah = {
H A Divy.c57 static struct random_source random_ivy = {
/freebsd-13.1/usr.bin/sort/
H A Dsort.c918 get_random_seed(const char *random_source) in get_random_seed() argument
928 if (random_source == NULL) { in get_random_seed()
934 rsfd = open(random_source, O_RDONLY | O_CLOEXEC); in get_random_seed()
936 err(EX_NOINPUT, "open: %s", random_source); in get_random_seed()
963 random_source); in get_random_seed()
965 errx(EX_SOFTWARE, "short read from %s", random_source); in get_random_seed()
994 char *random_source = NULL; in main() local
1156 random_source = strdup(optarg); in main()
1251 get_random_seed(random_source); in main()
/freebsd-13.1/sys/dev/virtio/random/
H A Dvirtio_random.c80 static struct random_source random_vtrnd = {
/freebsd-13.1/sys/crypto/ccp/
H A Dccp.c84 static struct random_source random_ccp = {